28 #ifndef AUDIO_MODS_INFOGRAMES_H 29 #define AUDIO_MODS_INFOGRAMES_H 31 #include "audio/mods/paula.h" 34 class SeekableReadStream;
47 bool result = load(ins);
53 bool load(
const char *ins);
56 uint8 getCount()
const {
return _count; }
75 int interruptFreq = 0);
78 Instruments *getInstruments()
const {
return _instruments; }
79 bool getRepeating()
const {
return _repCount != 0; }
80 void setRepeating (int32 repCount) { _repCount = repCount; }
83 bool load(
const char *dum);
99 static const uint8 tickCount[];
100 static const uint16 periods[];
106 byte *_volSlideBlocks;
107 byte *_periodSlideBlocks;
126 byte *cmdBlockIndices;
140 void getNextSample(
Channel &chn);
141 int16 tune(
Slide &slide, int16 start)
const;
142 virtual void interrupt();
Definition: infogrames.h:115
Definition: infogrames.h:40
Definition: infogrames.h:59
Definition: infogrames.h:125
Definition: algorithm.h:29
Definition: infogrames.h:42