I checked Hans's many library where he made [polypoly~] to create many instances of an abstraction for dymanic polyphony, which is what I was trying to do, and what he does, is create a [throw~] by passing $0 to the creation arguments and the does dynamic patching to connect the abstractions to that [throw~] which works fine. Did this in my patch and it works, without the need of [initbang].
Thanks everyone
On Wed, Dec 10, 2014 at 12:37 PM, Alexandros Drymonitis adrcki@gmail.com wrote:
On Wed, Dec 10, 2014 at 1:26 AM, patrice colet colet.patrice@free.fr wrote:
Le 10/12/2014 00:03, i go bananas a écrit :
Loadbang doesn't trigger when you create abstractions dynamically.
Use [initbang], or send a message after creating the abstraction to trigger the loadbang. (Look up pd-msg in the help docs)
It should be actually possible to trigger [loadbang] in abstraction by sending [loadbang( message to abstraction
send [loadbang( to which object exactly? Vanilla's [loadbang] doesn't have an inlet...