instrument drag and drop: most of the code

Missing the code that actually swaps the instruments :)
This commit is contained in:
yohannd1 2024-12-19 12:00:24 -03:00
parent f3081dddef
commit 806e56a3b2
3 changed files with 19 additions and 1 deletions

View file

@ -2523,7 +2523,7 @@ class FurnaceGUI {
std::map<FurnaceGUIImages,FurnaceGUIImage*> images;
int chanToMove, sysToMove, sysToDelete, opToMove;
int assetToMove, dirToMove;
int assetToMove, dirToMove, insToMove;
ImVec2 patWindowPos, patWindowSize;