more fixes and tweaks

memory management party
This commit is contained in:
tildearrow 2021-05-16 20:49:54 -05:00
parent fbc29e1106
commit 3a1019a08c
11 changed files with 55 additions and 14 deletions

View file

@ -62,6 +62,7 @@ class DivEngine {
public:
DivSong song;
void nextBuf(float** in, float** out, int inChans, int outChans, unsigned int size);
DivInstrument* getIns(int index);
// load a .dmf.
bool load(void* f, size_t length);
// save as .dmf.