GUI: add clone instrument/wave

This commit is contained in:
tildearrow 2022-01-19 02:59:44 -05:00
parent fe757ac6e7
commit 464714df00
2 changed files with 33 additions and 8 deletions

View file

@ -364,6 +364,9 @@ class DivEngine {
// add instrument
int addInstrument(int refChan=0);
// add instrument from file
int addInstrumentFromFile(const char* path);
// delete instrument
void delInstrument(int index);