mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
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.
This commit is contained in:
parent
99a2b4c48a
commit
2eab4d7b11
@ -1113,9 +1113,6 @@ bool NyquistEffect::ProcessOne()
|
|||||||
|
|
||||||
// A tool may be using AUD-DO which will potentially invalidate *TRACK*
|
// A tool may be using AUD-DO which will potentially invalidate *TRACK*
|
||||||
// so tools do not get *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)
|
if (GetType() == EffectTypeTool)
|
||||||
cmd += wxT("(setf S 0.25)\n"); // No Track.
|
cmd += wxT("(setf S 0.25)\n"); // No Track.
|
||||||
else if (mVersion >= 4) {
|
else if (mVersion >= 4) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user