Class ContinueEvent
Represents Continue event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class ContinueEvent : SystemRealTimeEvent
Remarks
A MIDI event that carries the MIDI continue message tells a MIDI slave device to resume playback.
Constructors
ContinueEvent()
Initializes a new instance of the ContinueEvent.
Declaration
public ContinueEvent()
Methods
CloneEvent()
Clones event by creating a copy of it.
Declaration
protected override MidiEvent CloneEvent()
Returns
Type | Description |
---|---|
MidiEvent | Copy of the event. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |