|
LMMS
|
#include <allegro.h>
Public Attributes | |
| void * | cookie |
| client-provided sequence identifier | |
| Alg_events * | events |
| the array of events | |
| long | index |
| offset of this event | |
| bool | note_on |
| is this a note-on or a note-off (if applicable)? | |
| double | offset |
| time offset for events | |
| double | time |
| time for this event | |
| void* Alg_pending_event::cookie |
client-provided sequence identifier
| Alg_events* Alg_pending_event::events |
the array of events
| long Alg_pending_event::index |
offset of this event
| bool Alg_pending_event::note_on |
is this a note-on or a note-off (if applicable)?
| double Alg_pending_event::offset |
time offset for events
| double Alg_pending_event::time |
time for this event