I recently came across the message "Set" which allows you to change a message objects content.
I wanted to know if there as something similar with other objects.g i have five objects with ==49 is there a way to change them to ==50 all at once
Question: Changing Multiple objects at the same time
I recently came across the message "Set" which allows you to change a message objects content.
I wanted to know if there as something similar with other objects.g i have five objects with ==49 is there a way to change them to ==50 all at once
"Set" works great for message boxes and does exactly what you described. For objects, however, like [==], remember that most of the time you can modify them without causing them to output their value using the cold inlet (often times the right-most inlet). Here is an example for you:
And the patch:
change_==.pd
Here's more info:
http://en.flossmanuals.net/pure-data/dataflow-tutorials/order-of-operations/
Thanks to both of you
rjpg, the patch was very helpful
Oops! Looks like something went wrong!