Creates a Bank Select LSB MIDI message as a Uint8Array This message is in fact a Control Change message with a control address set to 32.
Bank is selected using of a foregoing bankSelectMSB
message value and this message value to allow up to
2097152 program changes distributed across 16384
banks.
the MSB multiplier of the bank select message
Creates a Bank Select MSB MIDI message as a Uint8Array This message is in fact a Control Change message with a control address set to 0.
Bank is selected using the product of this message value
and a subsequent bankSelectLSB
message value to allow
up to 2097152 program changes distributed across 16384
banks.
the MSB multiplier of the bank select message
Generated using TypeDoc
For a dedicated MIDI channel, noon-io offers a more concise way of writing MIDI messages using factory functions
A factory can be instantiated by calling the channel function