Difference between revisions of "Creating your own Plug-in"
From Audacity Wiki
Galeandrews (talk | contribs) m (CreatingYourOwnPlugin moved to Creating your own Plug-in) |
Galeandrews (talk | contribs) (make text consistent - change link) |
||
Line 1: | Line 1: | ||
− | One option is to use [http://audacity.sourceforge.net/nyquist.php Nyquist], though only limited documentation is available. | + | <span class="plainlinks">One option is to use [http://audacity.sourceforge.net/nyquist.php Nyquist], though only limited documentation is available. |
− | If you know how to program in C or C++, write a | + | If you know how to program in C or C++, write a [[Ladspa Plug-ins|Ladspa Plug-in]], or if you absolutely must have a GUI, write a [[VST Plug-ins|VST Plug-in]]. |
Revision as of 05:50, 13 July 2007
One option is to use Nyquist, though only limited documentation is available.
If you know how to program in C or C++, write a Ladspa Plug-in, or if you absolutely must have a GUI, write a VST Plug-in.