|
Allolib
1.0
C++ Components For Interactive Multimedia
|
SynthSequencerEvent class. More...
Classes | |
| struct | ParamFields |
Public Types | |
| enum | EventType { EVENT_VOICE , EVENT_PFIELDS , EVENT_TEMPO } |
Public Attributes | |
| double | startTime {0} |
| double | duration {-1} |
| int | offsetCounter {0} |
| EventType | type {EVENT_VOICE} |
| SynthVoice * | voice {nullptr} |
| ParamFields | fields |
| float | tempo |
| int | voiceId |
SynthSequencerEvent class.
Definition at line 69 of file al_SynthSequencer.hpp.