Class TimingClockEvent
Represents Timing Clock event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class TimingClockEvent : SystemRealTimeEvent
Remarks
A MIDI event that carries the MIDI clock message keeps a slave MIDI device
synchronized with a master MIDI device. The MIDI clock message is a timing
message that the master device sends at regular intervals to tell the slave
device where it is in terms of time.
Constructors
TimingClockEvent()
Initializes a new instance of the TimingClockEvent.
Declaration
public TimingClockEvent()
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. |