Help with Function
Hi. I have a simple but frustrating challenge.
I want to connect a function object to multiple other function objects, so that when I make changes to the primary function, the others are also changed. In other words, whatever shape/values are in the primary go to the others.
Thank you for any guidance on this.
Dan
send dump message to primary function object, and connect
dump output outlet to all "slave" function objects.
To make it work 100% you need to send clear message to "slave"
functions prior to dumping data from the primary function.
So make [t dump clear] object, connect clear outlet to [s toslaves]
ah well here is the patch
Perfect. Thank you so much.
this method doesn't work with curved functions
it does, you only need to understand how to form output
offset, value and curve number / value
