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
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
The text was updated successfully, but these errors were encountered:
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 updateDiscreteKnobMidiBindingConfig
to have a starting index, or create a differentMidiBindingConfig
that can handle the radial frequencyThe text was updated successfully, but these errors were encountered: