wave+sample drag&drop, and supporting swap via ctrl-drag
This commit is contained in:
parent
6ffc495c81
commit
32ea140a61
5 changed files with 104 additions and 33 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue