Closed
Description
Is your feature request related to a problem? Please describe.
I want to use MidiControlChangeNumber enum to detect controller changes, and one of the controllers I'm missing is Bank Change LSB (0x20
).
Describe the solution you'd like
Add BankSelectLSB = 32
to MidiControlChangeNumber
enum.
Describe alternatives you've considered
I am using a literal value 0x20
but it would be nice to have consistency.
Additional context
MIDI controller change reference: https://www.recordingblogs.com/wiki/midi-controller-message