more fixes and tweaks
memory management party
This commit is contained in:
parent
fbc29e1106
commit
3a1019a08c
11 changed files with 55 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue