Ctrl+K

MidiEventType

اعلان

public sealed enum Strawberry.Sound.Midi.MidiEventType

انواع پیام channel voice میدی (نایبل بالای status byte).

اعضا

نام مقدار توضیحات
NoteOff 128
NoteOn 144
PolyphonicPressure 160
ControlChange 176
ProgramChange 192
ChannelPressure 208
PitchWheel 224
Meta 255
SysEx 240
SysExContinuation 247

فیلدها

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