#include <MIDISong.hxx>
Definition at line 32 of file MIDISong.hxx.
Public Member Functions | |
Song (void) | |
~Song (void) | |
int | Tracks (void) const |
Track * | GetTrack (int i) const |
void | AddTrack (Track *t) |
unsigned short | GetTicksPerQ (void) const |
void | SetTicksPerQ (unsigned int v) |
MIDI::Song::Song | ( | void | ) |
Definition at line 64 of file MIDISong.cxx.
MIDI::Song::~Song | ( | void | ) |
Definition at line 69 of file MIDISong.cxx.
int MIDI::Song::Tracks | ( | void | ) | const |
void MIDI::Song::AddTrack | ( | Track * | t | ) |
Definition at line 84 of file MIDISong.cxx.
Referenced by CLAM::MIDIFileWriter::Do(), and MIDI::Reader::Read().
unsigned short MIDI::Song::GetTicksPerQ | ( | void | ) | const |
Definition at line 94 of file MIDISong.cxx.
Referenced by CLAM::MIDIFileWriter::Do(), and MIDI::Reader::Read().