instrument swap implemented (thanks to @Eknous-P)

This commit is contained in:
yohannd1 2024-12-19 15:04:10 -03:00
parent 806e56a3b2
commit 6ffc495c81
3 changed files with 21 additions and 2 deletions

View file

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