Page 1 of 1

Audacity plugins collection for linux users

Posted: Thu May 02, 2019 7:18 am
by Reality Audio Studio
In the below website there have a collecttion of plugins
ENJOY
https://realityaudiostudio.blogspot.com ... ugins.html

Re: Audacity plugins collection for linux users

Posted: Thu May 02, 2019 8:19 am
by steve
The latest versions of the Nyquist plug-ins in that collection (and many more Nyquist plug-ins) are available on the Audacity wiki: https://wiki.audacityteam.org/wiki/Down ... t_Plug-ins
The versions on the Audacity wiki are the officially approved versions.

Have you personally tested all of the plug-in on your blogs? The "delayflip" item on your blog will not work.

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 2:01 pm
by Reality Audio Studio
When I tried to download delayflip only the nyquist code is displaying. So i saved it as a txt file and i copied this code and paste it on nyquist prompt in effect menu in audacity. Thus it will work

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 2:03 pm
by Reality Audio Studio
Also Thanks For Audacity WIKI plugin collection.

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 2:38 pm
by steve
Reality Audio Studio wrote:
Fri May 03, 2019 2:01 pm
So i saved it as a txt file
If you rename it as a ".ny" file, you should then be able to install it as a plug-in.

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 2:49 pm
by Reality Audio Studio
Thank You Very Much
How can i make a plugin(nyquist)?

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 2:54 pm
by steve
There's two parts to a Nyquist plug-in. There's the Nyquist code, and the plug-in headers.
The headers are described here (plus links on that page): https://wiki.audacityteam.org/wiki/Nyqu ... _Reference
There's a list of documentation here: viewtopic.php?f=39&t=77214

Re: Audacity plugins collection for linux users

Posted: Fri May 03, 2019 3:01 pm
by Reality Audio Studio
Thanks :)