[PD] loadbang not sent for dynamically created objects?

Mathieu Bouchard matju at artengine.ca
Sun Feb 20 01:48:57 CET 2011


On Sat, 19 Feb 2011, John Harrison wrote:

> is it correct behavior that loadbang will not be called when it is part 
> of a dynamically created object? See attached. If you load test-do, it 
> will create an instance of test when you click on the message. Test 
> should print loadbang and initbang, but it only prints initbang.

initbang is called when your [test] abstraction is finished loading.

loadbang is called when your [test] abstraction's parent is finished 
loading. in the case of dynamic patching, you're supposed to know when 
you're finished "instantiating", and then call "loadbang" by yourself.

If your dynamic patching is incremental, you may use [gf/canvas_loadbang] 
with [gf/canvas_count], to send loadbang only to the new objects (and not 
to those that are supposed to have already received loadbang).

  _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC


More information about the Pd-list mailing list