mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +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:
parent
0d9cd4b024
commit
8eef6dc3ef
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user