Skip to content

Add Bank Select LSB enum (0x20) to MidiControlChangeNumber #259

Closed
@muxa

Description

@muxa

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions