#include "api.hh"
Public Member Functions | |
bool | operator== (const ClipNote &) const |
Public Attributes | |
int8 | channel |
int64 | duration |
float | fine_tune |
int32 | id |
int8 | key |
bool | selected |
int64 | tick |
float | velocity |
Part specific note event representation.
bool operator== | ( | const ClipNote & | o | ) | const |
Fine Tune, -100 .. +100.
int32 id |
int8 channel |
ID, > 0.
int8 key |
MIDI Channel.
bool selected |
Musical note as MIDI key, 0 .. 127.
int64 tick |
UI selection flag.
int64 duration |
Position in ticks.
float velocity |
Duration in number of ticks.
float fine_tune |
Velocity, 0 .. +1.