Ctrl+K

MidiEventType

Declaration

public sealed enum Strawberry.Sound.Midi.MidiEventType

MIDI channel voice message types (high nibble of status byte).

Members

Name Value Description
NoteOff 128
NoteOn 144
PolyphonicPressure 160
ControlChange 176
ProgramChange 192
ChannelPressure 208
PitchWheel 224
Meta 255
SysEx 240
SysExContinuation 247

Fields

NoteOff static

MidiEventType NoteOff = 128

NoteOn static

MidiEventType NoteOn = 144

PolyphonicPressure static

MidiEventType PolyphonicPressure = 160

ControlChange static

MidiEventType ControlChange = 176

ProgramChange static

MidiEventType ProgramChange = 192

ChannelPressure static

MidiEventType ChannelPressure = 208

PitchWheel static

MidiEventType PitchWheel = 224

Meta static

MidiEventType Meta = 255

SysEx static

MidiEventType SysEx = 240

SysExContinuation static

MidiEventType SysExContinuation = 247