mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-19 09:17:54 +01:00
Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup).
This commit is contained in:
@@ -158,6 +158,10 @@ bool EffectToneGen::MakeTone(float *buffer, sampleCount len)
|
||||
Local variables are declared inside respective branch, globals are declared up.
|
||||
*/
|
||||
|
||||
bool bLogInterpolation = mbLogInterpolation;
|
||||
if( abs( frequency[1]-frequency[0] ) < 0.000000001 )
|
||||
bLogInterpolation = true;
|
||||
|
||||
// this for log interpolation
|
||||
if( mbLogInterpolation )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user