MidiController
Declaration
public static class Strawberry.Sound.Midi.MidiController
Standard MIDI Control Change controller numbers (CC).
Fields
BankSelectMSB static
int BankSelectMSB = 0
ModulationWheelMSB static
int ModulationWheelMSB = 1
BreathControllerMSB static
int BreathControllerMSB = 2
FootControllerMSB static
int FootControllerMSB = 4
PortamentoTimeMSB static
int PortamentoTimeMSB = 5
DataEntryMSB static
int DataEntryMSB = 6
ChannelVolumeMSB static
int ChannelVolumeMSB = 7
BalanceMSB static
int BalanceMSB = 8
PanMSB static
int PanMSB = 10
ExpressionControllerMSB static
int ExpressionControllerMSB = 11
EffectControl1MSB static
int EffectControl1MSB = 12
EffectControl2MSB static
int EffectControl2MSB = 13
BankSelectLSB static
int BankSelectLSB = 32
ModulationWheelLSB static
int ModulationWheelLSB = 33
BreathControllerLSB static
int BreathControllerLSB = 34
FootControllerLSB static
int FootControllerLSB = 36
PortamentoTimeLSB static
int PortamentoTimeLSB = 37
DataEntryLSB static
int DataEntryLSB = 38
ChannelVolumeLSB static
int ChannelVolumeLSB = 39
BalanceLSB static
int BalanceLSB = 40
PanLSB static
int PanLSB = 42
ExpressionControllerLSB static
int ExpressionControllerLSB = 43
SustainPedal static
int SustainPedal = 64
PortamentoOnOff static
int PortamentoOnOff = 65
Sostenuto static
int Sostenuto = 66
SoftPedal static
int SoftPedal = 67
LegatoFootswitch static
int LegatoFootswitch = 68
Hold2 static
int Hold2 = 69
SoundVariation static
int SoundVariation = 70
SoundTimbre static
int SoundTimbre = 71
SoundReleaseTime static
int SoundReleaseTime = 72
SoundAttackTime static
int SoundAttackTime = 73
SoundBrightness static
int SoundBrightness = 74
SoundDecayTime static
int SoundDecayTime = 75
VibratoRate static
int VibratoRate = 76
VibratoDepth static
int VibratoDepth = 77
VibratoDelay static
int VibratoDelay = 78
ReverbSendLevel static
int ReverbSendLevel = 91
ChorusSendLevel static
int ChorusSendLevel = 93
AllSoundOff static
int AllSoundOff = 120
ResetAllControllers static
int ResetAllControllers = 121
AllNotesOff static
int AllNotesOff = 123
OmniModeOff static
int OmniModeOff = 124
OmniModeOn static
int OmniModeOn = 125
MonoModeOn static
int MonoModeOn = 126
PolyModeOn static
int PolyModeOn = 127