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
Uh oh!
There was an error while loading. Please reload this page.
-
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 metalternate between 0 & 1 every time "thresh" is metsend "val" when "ON" value is metincrements by 1 between "min" & "max" every time "thresh" is metsend 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 curveincrement/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 valuestrigger 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 msscale with rounding to "round" floating precision??????mode for behringer's rel1-mode dials - ???like rel1, but will begin increase/decrease at value 64Possible changes:
Beta Was this translation helpful? Give feedback.
All reactions