auto-determine ins type when adding

This commit is contained in:
tildearrow 2022-01-09 23:50:26 -05:00
parent 7d336d61f7
commit d0a2a0f902
3 changed files with 14 additions and 4 deletions

View file

@ -317,7 +317,7 @@ class DivEngine {
bool isPlaying();
// add instrument
int addInstrument();
int addInstrument(int refChan=0);
// delete instrument
void delInstrument(int index);