Merge pull request #1545 from DanWin/channel
Add "Remove unused channels" option to FX-Mixer
This commit is contained in:
@@ -73,6 +73,7 @@ private:
|
||||
private slots:
|
||||
void renameChannel();
|
||||
void removeChannel();
|
||||
void removeUnusedChannels();
|
||||
void moveChannelLeft();
|
||||
void moveChannelRight();
|
||||
void displayHelp();
|
||||
|
||||
@@ -92,6 +92,9 @@ public:
|
||||
// notify the view that an fx channel was deleted
|
||||
void deleteChannel(int index);
|
||||
|
||||
// delete all unused channels
|
||||
void deleteUnusedChannels();
|
||||
|
||||
// move the channel to the left or right
|
||||
void moveChannelLeft(int index);
|
||||
void moveChannelRight(int index);
|
||||
|
||||
Reference in New Issue
Block a user