control@ output modes #121
jpsteccato
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
starting a discussion around different control@ modes.
there has been some discussion about removing some old modes, so i'm listing out the modes here with some info (if available) and try to describe in my own words (& using the .maxhelp file):
scales incoming values between "min" & "max"
switch between "val1" & "val2" based on if incoming values below or above threshold (respectively)
alternate between "val1" & "val2" every time "thresh" is met
alternate between 0 & 1 every time "thresh" is met
send "val" when "ON" value is met
increments by 1 between "min" & "max" every time "thresh" is met
send a bang when "thresh" is met, if "directn" is <0 it will bang when incoming data passes below the "thresh"
similar to scale mode, but "log" bends the scaling curve
increment/decrement output value by "incdec" anytime input stream is received, between "lim_min" and "lim_max"
increment/decrement output value by incdec every 100 ms everytime incoming value equals "val" between "lim_min" and "lim_max"
trigger a random float beween "min" and "max" on an incoming values
trigger a random number between "min" and "max" when incoming value equals "val"
trigger a random number when "thresh" is reached between "min" and "max"
multiply incoming value by "multiplicator" and add amount "add"
scale with "delay" in ms
scale with rounding to "round" floating precision
???
???
mode for behringer's rel1-mode dials - ???
like rel1, but will begin increase/decrease at value 64
Possible changes:
Beta Was this translation helpful? Give feedback.
All reactions