mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +02:00
improved comment for patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490
This commit is contained in:
@@ -771,7 +771,8 @@ bool EffectNyquist::ProcessOne()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* restore the Nyquist sixteenth note symbol for Generate plugins */
|
// Restore the Nyquist sixteenth note symbol for Generate plugins.
|
||||||
|
// See http://bugzilla.audacityteam.org/show_bug.cgi?id=490.
|
||||||
if (GetEffectFlags() & INSERT_EFFECT) {
|
if (GetEffectFlags() & INSERT_EFFECT) {
|
||||||
cmd += wxT("(setf s 0.25)\n");
|
cmd += wxT("(setf s 0.25)\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user