Class SystemRealTimeEvent
Represents a system real-time event.
Inheritance
SystemRealTimeEvent
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public abstract class SystemRealTimeEvent : MidiEvent
Remarks
MIDI system realtime messages are messages that are not specific to a MIDI channel but
prompt all devices on the MIDI system to respond and to do so in real time.
Constructors
SystemRealTimeEvent(MidiEventType)
Initializes a new instance of the SystemRealTimeEvent with the specified event type.
Declaration
protected SystemRealTimeEvent(MidiEventType eventType)
Parameters
Type | Name | Description |
---|---|---|
MidiEventType | eventType | The type of event. |