Pardon me if this is covered elsewhere I have been looking and have had no luck.
So i have built a patch that reads in sound and renders it as image via GEM.
I am triggering (long) GEM render chains (more accurately lots of short ones, one after the other.) using metro what I need to do is control the value (speed) of the metro. I have a controller that sends new specific values on button presses.
[91.55(
|
[100)
|
[metro]
What I want to be able to do is increment or decrement the value by some small amount like 1 or 0.01 triggered by a button press (one button for up and one for down)
I tried taking the counter mechanics from the help documentation and adapting them to little success. Is there some pre-existing atom or standard method that I am over looking.