Making new objects : varname in a new buffer~ object ? (with [thispatcher] )
am stuck
trying to dynamically create buffer~ objects with [thispatcher], give it a random (urn) scripting name (for being unique) and be able to fill it with a sound automatically.
But how to write it ? the argument "@varname something" simply adds in the object, but doesn't work ... Grrrrr
Ok, things are evolving
I understood how to give a unique varname to the object i'm making, with "newobject newobj" instead of "newobject buffer~"
fine
But then, as i would like to fill the buffer with a sample, i'm trying all type of syntax. None of them work. Each time
... or other method, not more successful
I have done the below before and seems to work. Sorry for the messy patch, I ripped it out of a large project... you will need to clean it up a bit.
You might just want to have a look at polybuffer~