A metadata structure to keep track of parsed sections of the song data. Used to avoid re-parsing the same data from the ROM multiple times. More...
#include <tracker.h>
Public Attributes | |
| unsigned short | start |
| unsigned short | end |
| short | first |
| short | inst |
| short | bank |
| unsigned char | endtime |
| unsigned char | filler |
| int | editor |
A metadata structure to keep track of parsed sections of the song data. Used to avoid re-parsing the same data from the ROM multiple times.
| unsigned short yaze::zelda3::music::SongRange::start |
Definition at line 63 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().
| unsigned short yaze::zelda3::music::SongRange::end |
Definition at line 64 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().
| short yaze::zelda3::music::SongRange::first |
Definition at line 66 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::EditTrack(), yaze::zelda3::music::Tracker::LoadSpcCommand(), and yaze::zelda3::music::Tracker::NewSR().
| short yaze::zelda3::music::SongRange::inst |
Definition at line 67 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().
| short yaze::zelda3::music::SongRange::bank |
Definition at line 68 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand(), and yaze::zelda3::music::Tracker::NewSR().
| unsigned char yaze::zelda3::music::SongRange::endtime |
Definition at line 70 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().
| int yaze::zelda3::music::SongRange::editor |
Definition at line 73 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand(), and yaze::zelda3::music::Tracker::NewSR().