Help with Function

Daniel Wenger's icon

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

Source Audio's icon
Max Patch
Copy patch and select New From Clipboard in Max.

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

Daniel Wenger's icon

Perfect. Thank you so much.

Naoki's icon

this method doesn't work with curved functions

Source Audio's icon

it does, you only need to understand how to form output

offset, value and curve number / value