add Furnace instrument loading

TODO: .dmp loading
This commit is contained in:
tildearrow 2022-01-22 00:14:48 -05:00
parent 969a5d203b
commit 8b79bf78a9
6 changed files with 231 additions and 138 deletions

View file

@ -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);