convertM1CtrlValToM2

Converts MIDI 1.0 14 bit control values to MIDI 2.0 32 bit. Might not work the best with certain values.

@nogc nothrow pure public @safe
uint
convertM1CtrlValToM2
(
ubyte msb
,
ubyte lsb
)

Parameters

msb ubyte

most significant 7 bits

lsb ubyte

least significant 7 bits

Return Value

Type: uint

The 32 bit control value.

Meta