Add "Assign to FX Channel" context button to track

This commit is contained in:
Amadeus Folego
2015-01-08 00:59:51 -02:00
parent db2e7febf7
commit 2eb420cb92
22 changed files with 202 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ FxMixerView::~FxMixerView()
void FxMixerView::addNewChannel()
int FxMixerView::addNewChannel()
{
// add new fx mixer channel and redraw the form.
FxMixer * mix = Engine::fxMixer();
@@ -186,6 +186,8 @@ void FxMixerView::addNewChannel()
updateFxLine(newChannelIndex);
updateMaxChannelSelector();
return newChannelIndex;
}