22 #ifndef AUDIO_MODS_MODULE_H 23 #define AUDIO_MODS_MODULE_H 25 #include "common/scummsys.h" 28 class SeekableReadStream;
33 #include "common/pack-start.h" 42 #include "common/pack-end.h" 44 typedef note_t pattern_t[64][4];
66 static const int NUM_SAMPLES = 31;
80 static byte periodToNote(int16 period, byte finetune = 0);
81 static int16 noteToPeriod(byte note, byte finetune = 0);
84 static const int16 periods[16][60];
85 static const uint32 signatures[];
Definition: algorithm.h:29