GUI: make the new button work
This commit is contained in:
parent
6635d1c3ec
commit
8428f7da32
3 changed files with 21 additions and 2 deletions
|
|
@ -130,6 +130,8 @@ class DivEngine {
|
|||
void nextBuf(float** in, float** out, int inChans, int outChans, unsigned int size);
|
||||
DivInstrument* getIns(int index);
|
||||
DivWavetable* getWave(int index);
|
||||
// start fresh
|
||||
void createNew();
|
||||
// load a .dmf.
|
||||
bool load(unsigned char* f, size_t length);
|
||||
// save as .dmf.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue