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

2014-12-11 Thread Alexandros Drymonitis
Eventually creating [test-child] with $0 of [test-parent] as an argument, and inside [test-child] having [throw~ $1-sum] works fine. Thanks On Thu, Dec 11, 2014 at 1:17 PM, Jack wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > Le 10/12/2014 11:37, Alexandros Drymonitis a é

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

2014-12-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Le 10/12/2014 11:37, Alexandros Drymonitis a écrit : > > > On Wed, Dec 10, 2014 at 1:26 AM, patrice colet > mailto:colet.patr...@free.fr>> wrote: > > > Le 10/12/2014 00:03, i go bananas a écrit : >> Loadbang doesn't trigger when you create

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

2014-12-10 Thread IOhannes m zmölnig
On 12/10/2014 11:36 AM, Alexandros Drymonitis wrote: > I can create [initbang] in Pd-extended but not in Vanilla. Is this in > Pd-extended's core? yes. (and it's obviously not in Pd-vanilla's core) gfnmdr IOhannes signature.asc Description: OpenPGP digital signature __

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

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

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

2014-12-10 Thread Alexandros Drymonitis
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 tha

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

2014-12-10 Thread Alexandros Drymonitis
On Wed, Dec 10, 2014 at 1:26 AM, patrice colet 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 hel

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

2014-12-10 Thread Alexandros Drymonitis
I can create [initbang] in Pd-extended but not in Vanilla. Is this in Pd-extended's core? On Wed, Dec 10, 2014 at 1:03 AM, i go bananas wrote: > Loadbang doesn't trigger when you create abstractions dynamically. > > Use [initbang], or send a message after creating the abstraction to > trigger th

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

2014-12-09 Thread patrice colet
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] i

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

2014-12-09 Thread Ivica Bukvic
FWIW pd-l2ork loadbangs all newly created abstractions. On Dec 9, 2014 6:06 PM, "i go bananas" wrote: > 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 d

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

2014-12-09 Thread i go bananas
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) On Wednesday, December 10, 2014, Alexandros Drymonitis wrote: > I'm creating an abstraction (say it's c