Update i18n strings
This commit is contained in:
@@ -3489,10 +3489,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>Use this knob for setting speed of the LFO. The bigger this value the faster the LFO oscillates and the faster the effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>AMT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Modulation amount:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -3550,6 +3546,10 @@ Double click to pick a file.</source>
|
||||
<source>Click here for a moog saw-wave.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>AMNT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LmmsCore</name>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user