Class CuePointEvent
Represents a Cue Point meta event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class CuePointEvent : BaseTextEvent
Remarks
The MIDI cue point meta message denotes a cue in a MIDI file, usually to signify
the beginning of an action. It can describe something that happens within a film,
video or stage production at that point in the musical score. E.g. 'Car crashes',
'Door opens', etc.
Constructors
CuePointEvent()
Initializes a new instance of the CuePointEvent.
Declaration
public CuePointEvent()
CuePointEvent(string)
Initializes a new instance of the CuePointEvent with the
specified text of cue.
Declaration
public CuePointEvent(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text of the cue. |
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. |