GUI: add clone instrument/wave
This commit is contained in:
parent
fe757ac6e7
commit
464714df00
2 changed files with 33 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue