From 2eab4d7b11282ee72c4461c1e21ea88dd6b6206a Mon Sep 17 00:00:00 2001 From: SteveDaulton Date: Wed, 21 Apr 2021 13:00:38 +0100 Subject: [PATCH] Remove irrelevant comment While it would be nice to have access to *track* properties, ;tool type plug-ins do not iterate through tracks, so this is not possible. --- src/effects/nyquist/Nyquist.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 12fd92de2..fe0084a5a 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -1113,9 +1113,6 @@ bool NyquistEffect::ProcessOne() // A tool may be using AUD-DO which will potentially invalidate *TRACK* // so tools do not get *TRACK*. - // STF but the *TRACK* property list is still very useful, - // so it would be better to just set *TRACK* to NIL and - // retain the symbol. if (GetType() == EffectTypeTool) cmd += wxT("(setf S 0.25)\n"); // No Track. else if (mVersion >= 4) {