1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 06:08:40 +02:00

Fix bug 1938

Nyquist / Adagio variable 'S' should have the value 0.25 in all but
legacy process and analyze effects.
This commit is contained in:
Steve Daulton 2018-08-13 16:45:21 +01:00
parent 0d9cd4b024
commit 8eef6dc3ef

View File

@ -1042,7 +1042,7 @@ bool NyquistEffect::ProcessOne()
// A tool may be using AUD-DO which will potentially invalidate *TRACK*
// so tools do not get *TRACK*.
if (GetType() == EffectTypeTool)
; // No Track.
cmd += wxT("(setf S 0.25)\n"); // No Track.
else if (mVersion >= 4) {
nyx_set_audio_name("*TRACK*");
cmd += wxT("(setf S 0.25)\n");