It seems that when you use an >obj 0 0 abstraction| Pd message,
the abstraction's loadbangs don't work. I can't imagine that this is a feature.
I've attached an example. Load up loadybangy.pd and follow the
brief instructions.
David
. . Please note that my e-mail address is changing. . Either use this address, or check my website for the most recent. . . Music wants to be free . http://mentalfloss.ca/sintheta/ .
David McCallum wrote:
It seems that when you use an >obj 0 0 abstraction| Pd message,
the abstraction's loadbangs don't work. I can't imagine that this is a feature.
it surely is a feature, [loadbang]s are supposed to be propagated through outlets of an abstraction, but when dynamically creating subpatches, you cannot be sure, that the outlet is already connected to something. i think there is something like |loadbang( you can send to an abstraction to fire it's loadbangs. (never tried this)
mfg.a.sdr IOhannes