You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the comment from the zynthian_controller.py script in Oram:
Relative 1 : The knob will send values 55-63 when turned in a negative direction and values
65-73 when turned in a positive direction. The turn speed determines the parameter response.
Relative 2 : The knob will send values 118-127 when turned in a negative direction and values
1-9 when turned in a positive direction. The turn speed determines the parameter response.
Relative 3 : The knob will send values 7-15 when turned in a negative direction and values
17-24 when turned in a positive direction. The turn speed determines the parameter response.
Please note that a “0” value will be sent between each steps.
In relative mode 1, moving (slowly) right will send 65/64/65/64/65 etc… This addition of
this “0” value has been made to prevent browsing issues in Ableton Live.
This parameter was called “knob fix” in Midi Control Center, but has been hard implemented
in the last firmware versions.
Indeed, there is not currently a succinct description of each of these modes. They are based on various MIDI controllers behaviour. @jofemodo may be able to provide a list of the hardware that uses these modes so that we may refer to them in the help.
There are other modes:
Absolute Mode: CC values 0..127 set the absolute value of the controller.
Absolute Reverse: Same as Absolute Mode but CC values are inverted, e.g. value 0 sets controller to value 127.
Learning Relative Mode: Controller is trying to autodetect the relative mode from the user's actions.
Relative 4: The knob will send a value < 64 when turned in a negative direction and a value >= 64
when turned in a positive direction. No acceleration. (Not auto-detected)
Relative modes 1—4 for interpreting CC to a controller are hardly mnemonic.
Can they be explained succinctly in the help area, and absolute mode too while at it?
The text was updated successfully, but these errors were encountered: