Skip to content

Commit

Permalink
Display correct bank when opening MIXER
Browse files Browse the repository at this point in the history
  • Loading branch information
Izmar Verhage committed Apr 26, 2023
1 parent ec56e46 commit 7e502f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/lcdgui/screens/MixerScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ void MixerScreen::displayMixerStrip(int stripIndex)
auto strip = mixerStrips[stripIndex];
auto stereoMixer = getStereoMixerChannel(stripIndex);
auto indivFxMixer = getIndivFxMixerChannel(stripIndex);


strip->setBank(mpc.getBank());

if (!stereoMixer || !indivFxMixer)
{
if (tab == 0)
Expand Down

0 comments on commit 7e502f5

Please sign in to comment.