#include <song.h>
Public Member Functions | |
MIDISong (int max_tracks) | |
virtual | ~MIDISong () |
bool | Load (const char *fname) |
MIDIMultiTrack * | GetMultiTrack () |
const MIDIMultiTrack * | GetMultiTrack () const |
MIDISequencer * | GetSeq () |
const MIDISequencer * | GetSeq () const |
Protected Attributes | |
MIDIMultiTrack | track |
MIDISequencer | seq |
char | title |
|
|
|
|
|
Definition at line 48 of file song.h.
00049 {
00050 return multitrack;
00051 }
|
|
Definition at line 43 of file song.h.
00044 {
00045 return multitrack;
00046 }
|
|
Definition at line 58 of file song.h.
00059 {
00060 return sequencer;
00061 }
|
|
Definition at line 53 of file song.h.
00054 {
00055 return sequencer;
00056 }
|
|
|
|
|
|
|
|
|