is there a way set a [%] to stop at a number, so even if an output goes over 127 it stays at 127
for example output is 200 and [% 127] stays at 127 then when it goes to 0 it stays at 0
Output ctlout range
is there a way set a [%] to stop at a number, so even if an output goes over 127 it stays at 127
for example output is 200 and [% 127] stays at 127 then when it goes to 0 it stays at 0
[clip 0 127]
works perfect. one more quicky, is there a way to invert the value of % 127 so it goes from 127 to 0 instead of 0 127?
[- 127]
|
[% 127]
I think it should actually be:
|
[127 $1(
|
[- ]
Oops! Looks like something went wrong!