Report Cursor Position - Incompatible Plugin

I found this old Nyquist Prompt code to identify the time, in seconds, for the cursor position. It works when entered in the Nyquist Prompt. However, I was hoping to save it and then apply it as a drop-down item, but it repeatedly reports it as an “Incompatible Plugin” after saving it. Any help in saving this as a usable effect would be appreciated. The code is:

;version 4
;debugflags trace
(format t "~a~%" (get '*selection* 'start))
""

To be recognised as a valid plug-in, it needs to have all of the “essential” (mandatory) plug-in headers. See: Nyquist Plug-ins Reference - Audacity Wiki

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.