[PD] passing $0 from an abstraction to another abstraction

Cyrille Henry ch at chnry.net
Wed Dec 10 11:44:42 CET 2014



Le 10/12/2014 11:37, Alexandros Drymonitis a écrit :
>
>
> On Wed, Dec 10, 2014 at 1:26 AM, patrice colet <colet.patrice at free.fr <mailto:colet.patrice at 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...

send loadbang message to the subpatch :

[obj 100 $1 test-child.pd $2, loadbang bang(
|
[s subpatch]

should work.

c


>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list