28 #ifndef GOB_SOUND_MUSPLAYER_H 29 #define GOB_SOUND_MUSPLAYER_H 31 #include "common/str.h" 32 #include "common/array.h" 34 #include "gob/sound/adlib.h" 37 class SeekableReadStream;
58 uint32 getSongID()
const;
63 uint32 pollMusic(
bool first)
override;
64 void rewind()
override;
70 uint16 params[kOperatorsPerVoice * kParamCount];
84 uint8 _beatsPerMeasure;
87 uint8 _pitchBendRange;
105 void setInstrument(uint8 voice, uint8 instrument);
113 #endif // GOB_SOUND_MUSPLAYER_H
Definition: musplayer.h:46
Definition: algorithm.h:29