Commit Graph

20 Commits

Author SHA1 Message Date
Steve Daulton a06e561cb7 Support version strings in Nyquist plug-ins
For shipped plug-ins, the version number is the same as the Audacity
release version when the plug-in was last modified.
2018-07-02 22:41:59 +01:00
Steve Daulton 975e95abad Update Nyquist plug-in headers
Mostly consistency updates, plus a couple of minor fixes.
Line breaks in translated control text strings do not work, so have
been removed.
Obsolete ";categories" commands removed, and ";info" commands replaced
with standard Lisp comments.
2018-03-21 22:49:35 +00:00
Paul Licameli da39cc451f Remove redundant ellipses from names in .ny files...
... The code that parses the header was always just throwing them out.

The code that populates menus deduces whether to add ellipses, as there are
controls or not, regardless what the $name line said.
2018-03-02 20:11:54 -05:00
Paul Licameli 0beb16210f Usage of _ in Nyquist program bodies 2018-03-02 20:11:54 -05:00
Paul Licameli 4018e3b87b Rewrite prompts in ;control lines 2018-03-02 20:11:52 -05:00
Paul Licameli cc455fac16 Rewrite ;copyright 2018-03-02 20:11:51 -05:00
Paul Licameli 6298ac947a Rewrite ;author 2018-03-02 20:11:51 -05:00
Paul Licameli 72df4e833c Rewrite ;action 2018-03-02 20:11:50 -05:00
Paul Licameli a13827e024 Rewrite ;name 2018-03-02 20:11:50 -05:00
Steve Daulton 73d2478d0b Rename Nyquist plug-in debug button header 2017-05-30 20:43:50 +01:00
Steve Daulton f0040b09f1 Bug 1210, alternative fix for unfriendly message 2017-05-23 15:43:53 +01:00
Steve Daulton 9c6bfd73ac Disable Debug button for some Nyquist effects
Plug-ins changed: adjustable-fade.ny crossfadetracks.ny highpass.ny limiter.ny
lowpass.ny notch.ny tremolo.ny
2017-05-22 12:59:39 +01:00
Steve Daulton fd3d41e82f Add help pages for shipped Nyquist effects 2017-05-20 14:49:07 +01:00
Steve Daulton e7b11b8856 Alternative fix for bug 1151
Extend available frequency range for Nyquist filter plug-ins.
2015-08-23 18:37:18 +01:00
Steve Daulton 71b3f37434 Fix for bug 1151
Extend available frequency range for Nyquist filter plug-ins.
2015-08-19 15:32:11 +01:00
Steve Daulton 62cc10c7c4 Update Nyquist plug-ins for new preview code. 2015-05-29 22:08:16 +01:00
lllucius 41083f74cc Another round of effects bashing.
I've added some of the new plugin stuff to LV2, Nyquist, and
Vamp so that they play better in the new system.  They no
longer get bunched in with the Audacity effects when sorting
or grouping the menus.  They have not been fully converted
but they should be good for 2.1.0.

Nyquist plugins now include ";author" and ";copyright"
statements.

Added the 4 new Nyquist plugins to the Windows build.

Audiounits are still coming...had to push them to the back
burner to get this other stuff out of the way.

Scanning for new plugins has been improved so that newly
discovered ones will be shown to the user when Audacity starts.

Effects menu sorting has been fixed and improved.

Disabling effect types in Preferences works again and you
no longer have to restart Audacity for them the change to work.

Effect usage in chains works again.

Plugin registration dialog code simplified a bit.

Group names in the pluginregistry are now base64 encoded.  I
never really thought about it, but wxFileConfig group names
are case insensitive and since I was using the group name as
the plugin ID, I ran into a conflict on Linux where there
were two plugins with the same name, just different case.  (And
they were different plugins.)  Hoping all of this will change
when/if the config file gets converted to XML.  (wx3 if finally
including XML support)

A fair amount of cleanup of this new code has been done and
will continue as more stuff is converted.
2014-11-19 06:58:44 +00:00
stevethefiddle@gmail.com 5be136575d Preview button added to: clipfix, delay, highpass, lowpass, notch, tremolo, vocalremover and vocoder effects. 2014-10-06 02:08:20 +00:00
RichardAsh1981@gmail.com 325888d34d move author credits and license information into comments, not the plug-in UIs. Matches built-in effects in Audacity. 2013-06-26 18:35:33 +00:00
windinthew 27a2ee3eaf Added notch.ny by Bill and Steve as per http://wiki.audacityteam.org/wiki/Default_EQCurves#Proposed_and_under_discussion 2011-02-15 08:24:35 +00:00