You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to move controller modules in the Controller Rack up and down.
Benefits....
Allows you to organize / order them based on your setup preferences
Can allow you to separate LFO Controllers from Peak Controller modules
Solutions.....
1.) Create two context menu items "Move Up" and "Move Down"
2.) Add ability to move controller modules by dragging with mouse
(using similar code already used in SE & BBE that allows tracks to moved by mouse)
Wish this approach of moving items was used more throughout LMMS just makes workflow so much faster / easier.
I feel like I would move things so much more if it was, not for the benefit of my songs, but just because I can :)
But seriously though, can get a little tedious having to keep on opening context menus over and over if needing to move items great distances.
3.) Best of both worlds, adding both methods (I am sure I will get an argument or two for this statement) :)
Anyways, I could have sworn this already existed in the context menu?
May be just thinking of effect modules (which can also benefit from mouse drag moving).
The text was updated successfully, but these errors were encountered:
This commit adds UI changes, signals, and handlers required for moving
controllers up and down in a controller rack. The feature was requested
in the issue LMMS#5773
This commit adds UI changes, signals, and handlers required for moving
controllers up and down in a controller rack. The feature was requested
in the issue LMMS#5773
ejaaskel
added a commit
to ejaaskel/lmms
that referenced
this issue
Oct 13, 2021
This commit adds UI changes, signals, and handlers required for moving
controllers up and down in a controller rack. The feature was requested
in the issue LMMS#5773
Add the ability to move controller modules in the Controller Rack up and down.
Benefits....
Allows you to organize / order them based on your setup preferences
Can allow you to separate LFO Controllers from Peak Controller modules
Solutions.....
1.) Create two context menu items "Move Up" and "Move Down"
2.) Add ability to move controller modules by dragging with mouse
(using similar code already used in SE & BBE that allows tracks to moved by mouse)
Wish this approach of moving items was used more throughout LMMS just makes workflow so much faster / easier.
I feel like I would move things so much more if it was, not for the benefit of my songs, but just because I can :)
But seriously though, can get a little tedious having to keep on opening context menus over and over if needing to move items great distances.
3.) Best of both worlds, adding both methods (I am sure I will get an argument or two for this statement) :)
Anyways, I could have sworn this already existed in the context menu?
May be just thinking of effect modules (which can also benefit from mouse drag moving).
The text was updated successfully, but these errors were encountered: