hi,
i have created a patch that uses an array as notes. now i want to be able to pass new arrays to this patch (which should still be able to work as instances)
is there a way to pass an array via an inlet?
hope this makes sense.
cheers,
Ello
How to pass an array to a patch?
hi,
i have created a patch that uses an array as notes. now i want to be able to pass new arrays to this patch (which should still be able to work as instances)
is there a way to pass an array via an inlet?
hope this makes sense.
cheers,
Ello
there are the table tool http://williambrent.conflations.com/pages/research.html
and arraycopy externals that can copy arrays.
here's an almost vanilla way (besides arraysize, cup, and list-drip) to do it with message cords tho, you just need to copy every element of the array into a list. list-abs also has an object for this.
thank you very much
the select was unnecessary in that patch, whoops. here's another way to do it without message cords in vanilla using the message system.
Oops! Looks like something went wrong!