Hey List
I've been playing around recently with dynamic object creation for instances of abstractions. Only trouble is if I use an argument as a variable box (eg [$1]) it seems not to initialize the actual system on creating the abstraction. for instance, I might have something like this...
[loadbang]
|
[$1]
|
[mtof]
|
[osc~]
|
[*~ 0.2]
|
[dac~]
but on creating the abstraction with a pd- message no sound will be heard.
Any ideas guys?
Andrew