Skip to content

Tweaking knob sensitivity via midi_value divisor #566

Answered by rsjaffe
buzkorian asked this question in Q&A
Discussion options

You must be logged in to vote

Regular controls only send 128 different values (0 through 127) so there's no way to have finer adjustments. It's a limitation of MIDI. There are two ways to get around it:

  1. Make the control an NRPN control (some MIDI control surfaces allow that). Then you have 16,384 different values (0 through 16,383), so much finer control.
  2. Make the control a differential control. Then MIDI2LR allows you to set the number of steps between min and max. This is because a differential control sends an up or down signal rather than sending an absolute value, so MIDI2LR can use an arbitrary scale.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsjaffe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants