yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::music::SongRange Struct Reference

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
 

Detailed Description

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.

Definition at line 62 of file tracker.h.

Member Data Documentation

◆ start

unsigned short yaze::zelda3::music::SongRange::start

Definition at line 63 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().

◆ end

unsigned short yaze::zelda3::music::SongRange::end

Definition at line 64 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().

◆ first

short yaze::zelda3::music::SongRange::first

◆ inst

short yaze::zelda3::music::SongRange::inst

Definition at line 67 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().

◆ bank

short yaze::zelda3::music::SongRange::bank

◆ endtime

unsigned char yaze::zelda3::music::SongRange::endtime

Definition at line 70 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::LoadSpcCommand().

◆ filler

unsigned char yaze::zelda3::music::SongRange::filler

Definition at line 71 of file tracker.h.

◆ editor

int yaze::zelda3::music::SongRange::editor

The documentation for this struct was generated from the following file: