Simple Variable
Hi,
I'm looking for something like simple global variable for patch - eg. instead of wiring message with frequency change to several cycle~ objects - can I define and use variable "frequency" ? And somehow assign it with cycle~s and then change value everywhere at once? I know how to do it with wires, but I'm going to use a lot of cycle~ in a path and try to avoid hundreds of wires.
Thanks!
The v (value) object?
or a single send object going out to multiple corresponding receives
Thanks a lot - both objects fit perfect!
Thank you.