Why my nyquist example count not execute?

I write a simple .ny file in plugs-in , but it doesn’t exist in audicity interface when running.

The content of file :
;nyquist plug-in
;version 2
;type process
;categories “http://lv2plug.in/ns/lv2core#MixerPlugin
;name “Mytest…”
;action “Mytest…”
(mult (ramp) s)

Why?

I can’t see a fault at first glance.

  • Maybe you have used “forbidden” characters in your file name.
  • Or you haven’t restarted Audacity
  • Or the Text format is not ANSI.
  • Or the file extension is hidden and would be in fact “mytest.ny.txt”.

What says the log file? You’ll find it under help, last entry “Show log”
If it is a text/character format problem, it will be most probably be listed.

The contents look OK.
Please attach the actual file (use the “Upload attachments” option below the message composing box).