From 693dcf9962a869cb82ba0f3407e397264604a276 Mon Sep 17 00:00:00 2001 From: ignotus Date: Fri, 5 Jun 2020 13:06:06 +0200 Subject: [PATCH 1/2] Update clientdlg.cpp --- src/clientdlg.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index 93e2feec..e99e7c59 100755 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -119,11 +119,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP, "a microphone signal is fed in to the right audio channel of the " "sound card and a reverb effect needs to be applied, set the " "channel selector to right and move the fader upwards until the " - "desired reverb level is reached." ) + "
" + tr ( - "Reverb requires significant CPU so it should " - "only be used on fast PCs. If the reverb level fader is set to " - "minimum (the default setting), the effect is " - "switched off and does not cause any additional CPU usage." ); + "desired reverb level is reached." ); lblAudioReverb->setWhatsThis ( strAudReverb ); sldAudioReverb->setWhatsThis ( strAudReverb ); @@ -156,7 +152,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP, lblDelay->setWhatsThis ( strLEDDelay ); ledDelay->setWhatsThis ( strLEDDelay ); ledDelay->setToolTip ( tr ( "If this LED indicator turns red, " - "you will not have much fun using the application" ) + + "you will not have much fun using the application." ) + TOOLTIP_COM_END_TEXT ); ledDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) ); From 724717312c03dda78cfd17087f45756b931e6c84 Mon Sep 17 00:00:00 2001 From: ignotus Date: Fri, 5 Jun 2020 13:06:50 +0200 Subject: [PATCH 2/2] Update manual.md --- src/res/homepage/manual.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/res/homepage/manual.md b/src/res/homepage/manual.md index 8c7ddc36..ac76c0d6 100644 --- a/src/res/homepage/manual.md +++ b/src/res/homepage/manual.md @@ -77,10 +77,6 @@ The mono channel selection and the reverberation level can be modified. For exam in to the right audio channel of the sound card and a reverb effect needs to be applied, set the channel selector to the right and move the fader upwards until the desired reverb level is reached. -Reverb requires significant CPU so it should only be used on fast PCs. If the reverb -level fader is set to minimum (with default setting), the effect is switched off and does -not cause any additional CPU usage. - ### Local audio pan / balance control ![Local audio pan / balance control](audiofader.png)