Public Member Functions | |
virtual bool | load (Common::SeekableReadStream &stream, int offs) |
Static Public Member Functions | |
static byte | periodToNote (int16 period, byte finetune=0) |
static int16 | noteToPeriod (byte note, byte finetune=0) |
Public Attributes | |
byte | songname [21] |
sample_t | sample [NUM_SAMPLES] |
sample_offs | commonSamples [NUM_SAMPLES] |
byte | songlen |
byte | undef |
byte | songpos [128] |
uint32 | sig |
pattern_t * | pattern |
Static Public Attributes | |
static const int | NUM_SAMPLES = 31 |
Static Protected Attributes | |
static const int16 | periods [16][60] |
static const uint32 | signatures [] |