Right now, DiscreteKnobMidiBindingConfig is hardcoded to be 0-indexed, but the radial frequency is a discrete integer that ranges from 1 to 11. We should either update DiscreteKnobMidiBindingConfig to have a starting index, or create a different MidiBindingConfig that can handle the radial frequency
Right now,
DiscreteKnobMidiBindingConfigis hardcoded to be 0-indexed, but the radial frequency is a discrete integer that ranges from 1 to 11. We should either updateDiscreteKnobMidiBindingConfigto have a starting index, or create a differentMidiBindingConfigthat can handle the radial frequency