#include <MIDISongPlayer.hxx>
Public Member Functions | |
SongPlayer (Song *song=NULL) | |
void | Init (Song *song) |
~SongPlayer () | |
bool | GetEvent (Event &event, int &trackId) |
Definition at line 30 of file MIDISongPlayer.hxx.
MIDI::SongPlayer::SongPlayer | ( | Song * | song = NULL |
) |
Definition at line 109 of file MIDISongPlayer.cxx.
MIDI::SongPlayer::~SongPlayer | ( | ) |
Definition at line 119 of file MIDISongPlayer.cxx.
Definition at line 124 of file MIDISongPlayer.cxx.
Referenced by main().
void MIDI::SongPlayer::Init | ( | Song * | song | ) |
Definition at line 114 of file MIDISongPlayer.cxx.