Re: [PD] sssad key-name in abstractions (was: is $0 the same on every load?)

2008-07-23 Thread Damian Stewart
IOhannes m zmoelnig schreef: hmm.. so what if i have for example a delay abstraction which a GOP gui, and i want to have multiple instances of this abstraction? i suppose i'd have to name each one individually, passing a name on initialisation? what if i have a delay abstraction inside a

Re: [PD] sssad key-name in abstractions (was: is $0 the same on every load?)

2008-07-23 Thread Luke Iannini
Yo, it's not as messy if you do it more hierarchically - I have a deeply nested set of abstractions that make up my composition kit, and I've tackled it like this: [suite /suite1] [suite /suite2] ... etc inside: [oscillator $1 /osc1] [oscillator $1 /osc2] etc. then you can do [sssad

Re: [PD] sssad key-name in abstractions (was: is $0 the same on every load?)

2008-07-23 Thread Frank Barknecht
Hallo, Luke Iannini hat gesagt: // Luke Iannini wrote: (and of course you can continue this to any level, so inside [oscillator] you could have [sawtooth $1 $2 /saw1] and inside that [sssad $1$2$3/phase]) I usually use it in this style: [oscillator /osc1] - [sawtooth $1/saw1] - [sssad