G E N E S I S

without SN
This commit is contained in:
tildearrow 2021-05-12 17:19:18 -05:00
parent a68f8d0dec
commit 062a9837c0
11 changed files with 155 additions and 9 deletions

View file

@ -14,7 +14,6 @@ struct DivChannelState {
};
class DivEngine {
DivSong song;
DivDispatch* dispatch;
TAAudio* output;
TAAudioDesc want, got;
@ -34,6 +33,7 @@ class DivEngine {
void nextTick();
public:
DivSong song;
void nextBuf(float** in, float** out, int inChans, int outChans, unsigned int size);
// load a .dmf.
bool load(void* f, size_t length);