Simple Variable

Robert Gogol 's icon

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!

Bill 2's icon

The v (value) object?

Floating Point's icon

or a single send object going out to multiple corresponding receives

Robert Gogol 's icon

Thanks a lot - both objects fit perfect!
Thank you.