diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index f298e414..4fe991d6 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -227,7 +227,7 @@ void CChannelFader::SetOtherSoloState ( const bool bState ) // if other channel is solo, mute this channel, else enable channel gain // (only enable channel gain if local mute switch is not set to on) - if ( !pcbMute->isChecked() ) + if ( !pcbMute->isChecked() ) { SetMute ( bState ); } diff --git a/windows/llcon.sln b/windows/llcon.sln index 9cce4af0..d926d267 100755 --- a/windows/llcon.sln +++ b/windows/llcon.sln @@ -7,12 +7,15 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 + VST Release|Win32 = VST Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Debug|Win32.ActiveCfg = Debug|Win32 {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Debug|Win32.Build.0 = Debug|Win32 {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Release|Win32.ActiveCfg = Release|Win32 {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Release|Win32.Build.0 = Release|Win32 + {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.VST Release|Win32.ActiveCfg = VST Release|Win32 + {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.VST Release|Win32.Build.0 = VST Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/windows/llcon.vcproj b/windows/llcon.vcproj index 79e8925c..cda2ed68 100755 --- a/windows/llcon.vcproj +++ b/windows/llcon.vcproj @@ -1,7 +1,7 @@ + + + + + + + + + + + + + + + + + + + + @@ -236,6 +332,15 @@ PreprocessorDefinitions="" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +