1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-26 07:53:42 +02:00
This commit is contained in:
v.audacity
2013-12-20 00:05:35 +00:00
parent 417b764915
commit b967013fdf

View File

@@ -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");
} }