wave+sample drag&drop, and supporting swap via ctrl-drag

This commit is contained in:
yohannd1 2024-12-19 15:51:21 -03:00
parent 6ffc495c81
commit 32ea140a61
5 changed files with 104 additions and 33 deletions

View file

@ -1109,6 +1109,8 @@ class DivEngine {
// swap things
bool swapInstruments(int a, int b);
bool swapWaves(int a, int b);
bool swapSamples(int a, int b);
// automatic patchbay
void autoPatchbay();