Class SystemCommonEvent
Represents a system common event.
Inheritance
SystemCommonEvent
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public abstract class SystemCommonEvent : MidiEvent
Remarks
MIDI system common messages are those MIDI messages that prompt all devices on
the MIDI system to respond (are not specific to a MIDI channel), but do not
require an immediate response from the receiving MIDI devices.
Constructors
SystemCommonEvent(MidiEventType)
Initializes a new instance of the SystemCommonEvent with the specified event type.
Declaration
protected SystemCommonEvent(MidiEventType eventType)
Parameters
Type | Name | Description |
---|---|---|
MidiEventType | eventType | The type of event. |