instrument swap implemented (thanks to @Eknous-P)
This commit is contained in:
parent
806e56a3b2
commit
6ffc495c81
3 changed files with 21 additions and 2 deletions
|
|
@ -1107,6 +1107,9 @@ class DivEngine {
|
|||
bool moveWaveDown(int which);
|
||||
bool moveSampleDown(int which);
|
||||
|
||||
// swap things
|
||||
bool swapInstruments(int a, int b);
|
||||
|
||||
// automatic patchbay
|
||||
void autoPatchbay();
|
||||
void autoPatchbayP();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue