Fixed duplicate enum
This commit is contained in:
parent
776c7c2185
commit
1508321bd0
|
|
@ -175,7 +175,7 @@ enum MidiControlChangeNumber: uint8_t
|
||||||
ChannelVolumeLSB = 39,
|
ChannelVolumeLSB = 39,
|
||||||
BalanceLSB = 40,
|
BalanceLSB = 40,
|
||||||
// CC41 undefined
|
// CC41 undefined
|
||||||
PortamentoTimeLSB = 42,
|
PanLSB = 42,
|
||||||
ExpressionControllerLSB = 43,
|
ExpressionControllerLSB = 43,
|
||||||
EffectControl1LSB = 44,
|
EffectControl1LSB = 44,
|
||||||
EffectControl2LSB = 45,
|
EffectControl2LSB = 45,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue