mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 21:35:22 -04:00
Add "Assign to FX Channel" context button to track
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user