|
|
bool | startPlaying () |
| |
|
void | pausePlaying () |
| |
|
void | resumePlaying () |
| |
|
void | stopPlaying () |
| |
|
bool | isPlaying () |
| |
|
void | setMusicDriver (MusicDriver_Got *driver) |
| |
|
bool | loadMusic (byte *data, uint32 size) |
| |
|
void | unloadMusic () |
| |
|
void | onTimer () |
| |
|
|
static void | timerCallback (void *data) |
| |
|
|
void | allNotesOff () |
| |
|
void | sendToDriver (uint16 b) |
| |
|
void | sendToDriver (byte reg, byte value) |
| |
|
void | resetTracking () |
| |
|
|
bool | _pause |
| |
|
bool | _abortParse |
| |
|
uint16 | _currentDelta |
| |
|
MusicDriver_Got * | _driver |
| |
|
byte * | _track |
| |
|
uint32 | _trackLength |
| |
|
byte * | _playPos |
| |
|
int32 | _loopStart |
| |
The documentation for this class was generated from the following file: