add Furnace instrument loading
TODO: .dmp loading
This commit is contained in:
parent
969a5d203b
commit
8b79bf78a9
6 changed files with 231 additions and 138 deletions
|
|
@ -376,7 +376,7 @@ class DivEngine {
|
|||
int addInstrument(int refChan=0);
|
||||
|
||||
// add instrument from file
|
||||
int addInstrumentFromFile(const char* path);
|
||||
bool addInstrumentFromFile(const char* path);
|
||||
|
||||
// delete instrument
|
||||
void delInstrument(int index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue