#include <Song.h>
Classes | |
| struct | SBar |
| struct | STrack |
Public Types | |
| enum | eBarNoteLength { eOneNote = 0, eTwoNotes, eFourNotes, eEightNotes, eNumNotesTypes } |
Public Member Functions | |
| SongSection () | |
| ~SongSection () | |
| bool | Initialise (const UInt &bpm, const UInt &length) |
| Sint16 * | GetBuffer (const UInt &position, const int &len) |
| void | Output () |
| UInt | GetSectionLength () |
Protected Attributes | |
| STrack * | m_pTracks |
| UInt | m_numTracks |
| UInt | m_timePerSection |
Static Protected Attributes | |
| static float * | m_pTrackDegreesOnWave = new float[MAX_TRACKS] |
Definition at line 17 of file Song.h.
UInt SongSection::m_numTracks [protected] |
float * SongSection::m_pTrackDegreesOnWave = new float[MAX_TRACKS] [static, protected] |
STrack* SongSection::m_pTracks [protected] |
UInt SongSection::m_timePerSection [protected] |
1.5.9