%.2f error message

I tried to use the Vibrato effect I added, but when I try to use it this error message %.2f appears
audacityerror.PNG

Where did you get that Vibrato effect?

Ok, I see the problem. It’s a minor incompatibility with recent versions of Audacity.

To fix it, the line:

	(setf *s-table* (list s-in 0 nil)) ; makes the sound 's' into a wavetable

needs to be changed to:

	(setf *s-table* (list s-in 0 t)) ; makes the sound 's' into a wavetable

I’ll update the plug-in in that topic later today.

The fixed version is here: https://forum.audacityteam.org/download/file.php?id=32203 (direct link)

Note that like the version it replaces, this version is limited to less than 100,000 samples.
When I get time I’ll merge the code from this version: https://forum.audacityteam.org/t/vibrato/18944/4

I have posted a new updated version of the Vibrato effect: https://forum.audacityteam.org/t/vibrato/18944/6