From 7be1841e074f0c579afe38395f2d23b7d9f30aa8 Mon Sep 17 00:00:00 2001 From: dingodoppelt Date: Mon, 26 Oct 2020 21:39:08 +0100 Subject: [PATCH] normalise every channel but my own --- src/audiomixerboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index 0c6398f4da..5a4cbf1ab8 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -1249,7 +1249,7 @@ void CAudioMixerBoard::SetAllFaderLevelsToNewClientLevel() for ( int i = 0; i < MAX_NUM_CHANNELS; i++ ) { - if ( vecpChanFader[i]->IsVisible() ) + if ( vecpChanFader[i]->IsVisible() && i != iMyChannelID ) { // the value is in percent -> convert range, also use the group // update flag to make sure the group values are all set to the