<div dir="ltr">Hello, <div><br></div><div>Happy new year pd-list !<br><div><br></div><div>With pd-0.46-7, loadbang method was called only once when patcher loads.</div><div>Now with 0.47-1, loadbang method are now called twice.</div><div>Why loadbang method is called twice ?<br></div><div><br></div><div>As far as I understand, loadbang method could be called not only on patcher load (LB_LOAD), but also when closing an abstraction (LB_CLOSE) and before the object is connected to parent patcher (LB_INIT).</div><div><br></div><div>Many externals uses this loadbang method to initiate their state.</div><div>This new behavior trig a lots of "wrong argument for loadbang method" error in pd console.</div><div><br></div><div>Is it a good practice to rely on loadbang call to initiate objects ? or should we avoid it and use [loadbang] object and/or make initialisation in object_new method ?</div><div><div><div><div class="gmail-m_7960014035872338097gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.<wbr>fr</a><br></div></div>
</div></div></div></div>