From b967013fdf17d8e6b928f192c0666dc11852e316 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 20 Dec 2013 00:05:35 +0000 Subject: [PATCH] improved comment for patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490 --- src/effects/nyquist/Nyquist.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 89d58adce..6badba124 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -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) { cmd += wxT("(setf s 0.25)\n"); }