1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Fix mute and solo not working from scripts

This commit is contained in:
James Crook
2019-04-11 21:18:51 +01:00
parent ba9b081751
commit c0235f7f70

View File

@@ -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.