auto-determine ins type when adding
This commit is contained in:
parent
7d336d61f7
commit
d0a2a0f902
3 changed files with 14 additions and 4 deletions
|
|
@ -317,7 +317,7 @@ class DivEngine {
|
|||
bool isPlaying();
|
||||
|
||||
// add instrument
|
||||
int addInstrument();
|
||||
int addInstrument(int refChan=0);
|
||||
|
||||
// delete instrument
|
||||
void delInstrument(int index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue