Class MidiEventToken
Represents a MIDI event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiEventToken : MidiToken
Properties
Event
Gets a MIDI event.
Declaration
public MidiEvent Event { get; }
Property Value
Type | Description |
---|---|
MidiEvent |
Methods
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. |