From f7377b6ee75df7e255fae9802b7b1f0bdd510c30 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sat, 11 Jun 2016 17:19:35 +0800 Subject: [PATCH] Update i18n strings --- data/locale/en.ts | 8 ++++---- plugins/LadspaEffect/caps/Amp.cc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/locale/en.ts b/data/locale/en.ts index 1df16546f..8e59e963d 100644 --- a/data/locale/en.ts +++ b/data/locale/en.ts @@ -3489,10 +3489,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri Use this knob for setting speed of the LFO. The bigger this value the faster the LFO oscillates and the faster the effect. - - AMT - - Modulation amount: @@ -3550,6 +3546,10 @@ Double click to pick a file. Click here for a moog saw-wave. + + AMNT + + LmmsCore diff --git a/plugins/LadspaEffect/caps/Amp.cc b/plugins/LadspaEffect/caps/Amp.cc index 1d2a8a71b..10a5f1389 100644 --- a/plugins/LadspaEffect/caps/Amp.cc +++ b/plugins/LadspaEffect/caps/Amp.cc @@ -370,7 +370,7 @@ AmpV::one_cycle (int frames) current.g = max (gain < 1 ? gain : pow (20, gain - 1), .000001); #if 0 - if (++_turn & 127) == 0) + if ( (++_turn & 127) == 0) fprintf (stderr, "supply = %.3f sag = %.3f\n", supply, sag); #endif