mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
Default 'End' amplitude set to 0.1, rather then 0.8.
This commit is contained in:
@@ -49,7 +49,7 @@ EffectToneGen::EffectToneGen()
|
||||
frequency[0] = float(440.0); //Hz
|
||||
frequency[1] = float(1320.0); //Hz
|
||||
amplitude[0] = float(0.8);
|
||||
amplitude[1] = float(0.8);
|
||||
amplitude[1] = float(0.1);
|
||||
interpolation = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user