Class NoteData
Holds the data for a Note construction.
Inherited Members
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class NoteData
Properties
TimedNoteOffEvent
Gets TimedEvent holding NoteOffEvent of the note.
Declaration
public TimedEvent TimedNoteOffEvent { get; }
Property Value
Type | Description |
---|---|
TimedEvent |
TimedNoteOnEvent
Gets TimedEvent holding NoteOnEvent of the note.
Declaration
public TimedEvent TimedNoteOnEvent { get; }
Property Value
Type | Description |
---|---|
TimedEvent |