From c0235f7f703438484fd0d5f81ab271eefb4ed7dd Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 11 Apr 2019 21:18:51 +0100 Subject: [PATCH] Fix mute and solo not working from scripts --- src/commands/SetTrackInfoCommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/SetTrackInfoCommand.cpp b/src/commands/SetTrackInfoCommand.cpp index b9cc1ab51..7e7b1e42b 100644 --- a/src/commands/SetTrackInfoCommand.cpp +++ b/src/commands/SetTrackInfoCommand.cpp @@ -48,6 +48,7 @@ SetTrackAudioCommand and SetTrackVisualsCommand. SetTrackBase::SetTrackBase(){ mbPromptForTracks = true; + bIsSecondChannel = false; } //Define for the old scheme, where SetTrack defines its own track selection.