Ability to re-order mixer channels

In the Fx Mixer View, you can select a channel and press Alt+Left
and Alt+Right respectively to re-order Fx Channels. This should be
made more easily available in the GUI eventually.
This commit is contained in:
Andrew Kelley
2009-09-30 06:53:23 -07:00
parent e09c12687a
commit 33753495bd
3 changed files with 143 additions and 6 deletions

View File

@@ -87,6 +87,10 @@ public:
// notify the view that an fx channel was deleted
void deleteChannel(int index);
// move the channel to the left or right
void moveChannelLeft(int index);
void moveChannelRight(int index);
private slots:
void updateFaders();
void addNewChannel();