#include <ivstevents.h>
| enum EventFlags |
Event Flags - used for Event::flags.
| enum EventTypes |
Event Types - used for Event::type.
| kNoteOnEvent |
is NoteOnEvent |
| kNoteOffEvent |
is NoteOffEvent |
| kDataEvent |
is DataEvent |
| kPolyPressureEvent | |
| kNoteExpressionValueEvent | |
| kNoteExpressionTextEvent | |
| kChordEvent |
is ChordEvent |
| kScaleEvent |
is ScaleEvent |
sample frames related to the current block start sample position
position in project
combination of EventFlags
a value from EventTypes
type == kNoteOnEvent
type == kNoteOffEvent
type == kPolyPressureEvent
type == kNoteExpressionValueEvent
type == kNoteExpressionTextEvent
type == kChordEvent
type == kScaleEvent
| union { ... } |