Difference between revisions of "Nyquist Plug-ins"
(Nyquist Plug-ins moved to Nyquist: Facilitates links from external sites, and also this is not just about Plug-ins) |
Galeandrews (talk | contribs) (reverting Nyquist to Nyquist Plug-ins, making intro more specific to plug-ins, adding to Category:Nyquist) |
||
Line 1: | Line 1: | ||
− | + | {{Introrel|1=Audacity supports {{external|[http://en.wikipedia.org/wiki/Nyquist_%28programming_language%29 Nyquist]}} effects on all operating systems, and includes a number of Nyquist plug-ins. You can download additional Nyquist plug-ins, or write your own. Nyquist code can be tested using "Nyquist Prompt" under the Effect menu, or code for Nyquist plug-ins that generate audio can be quickly tested with Nyquist Generate Prompt.|2=|3=[[Ladspa Plug-ins]] | |
+ | *[[VST Plug-ins]] | ||
+ | *Other pages in our [[:Category:Plug-ins|Plug-ins category]] | ||
+ | *[[Nyquist Audio Programming]]}} | ||
+ | |||
+ | {{Hint|1=<center>'''Nyquist and Audacity Computer Music Workshop</center>''' | ||
+ | Held from June 1-7, 2008 at Carnegie Mellon University in Pittsburgh, Pennsylvania, USA. Musicians, composers, educators and students can get practical experience in hands-on interactive sessions learning about Sound Synthesis and Algorithmic Composition using Nyquist and Audacity. A certificate will be given to all students who complete the workshop. Additional information, registration, housing and travel information at {{external|http://music.web.cmu.edu/cmw}}.}} | ||
+ | |||
+ | |||
+ | There is some introductory information about programming in Nyquist on {{external|[http://audacity.sourceforge.net/help/nyquist this page]}} of the main {{external|[http://audacity.sourceforge.net/ Audacity website]}}. Additional information about programming Nyquist plug-ins can be found in the {{external|[http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/devel/audacity-nyquist-en.htm German forum]}} (documents are in English language). If you are especially interested in Nyquist in Audacity, we strongly recommend subscribing to our {{external|[http://lists.sourceforge.net/lists/listinfo/audacity-nyquist audacity-nyquist mailing list]}}. | ||
+ | |||
+ | We host a large collection of [[Download Nyquist Plug-ins|third-party Nyquist plug-ins]] for use in Audacity. Simply place them in the '''Plug-Ins''' folder inside your Audacity installation folder and restart Audacity. Your installation folder is usually under {{path|C:\Program Files}} on Windows computers, or under {{path|Mac Hard Disk > Applications}} on OS X. The new plug-ins will be visible in either the {{menu|Effect}} Menu, or sometimes in the {{menu|Analyze}} or {{menu|Generate}} menus. | ||
+ | |||
+ | There is no Nyquist console, but you can use {{menu|Effect > Nyquist Prompt}} to run a single Nyquist command. Code for Nyquist plug-ins that generate audio can be quickly tested (without having to select audio first) with this {{external|[http://audacity.sourceforge.net/nyquist/generate.zip Nyquist Generate Prompt]}}. | ||
+ | |||
+ | |||
+ | [[Category:Plug-ins]] [[Category:Nyquist]] |
Revision as of 07:05, 11 April 2008
Audacity supports Nyquist effects on all operating systems, and includes a number of Nyquist plug-ins. You can download additional Nyquist plug-ins, or write your own. Nyquist code can be tested using "Nyquist Prompt" under the Effect menu, or code for Nyquist plug-ins that generate audio can be quickly tested with Nyquist Generate Prompt.
|
Related article(s):
|
There is some introductory information about programming in Nyquist on this page of the main Audacity website . Additional information about programming Nyquist plug-ins can be found in the German forum (documents are in English language). If you are especially interested in Nyquist in Audacity, we strongly recommend subscribing to our audacity-nyquist mailing list .
We host a large collection of third-party Nyquist plug-ins for use in Audacity. Simply place them in the Plug-Ins folder inside your Audacity installation folder and restart Audacity. Your installation folder is usually under C:\Program Files on Windows computers, or under Mac Hard Disk > Applications on OS X. The new plug-ins will be visible in either the Menu, or sometimes in the or menus.
There is no Nyquist console, but you can use Nyquist Generate Prompt .
to run a single Nyquist command. Code for Nyquist plug-ins that generate audio can be quickly tested (without having to select audio first) with this