Modules
Nyquist Workbench
Nyquist Workbench: This module provides a simple graphical editor to create and run arbitrary Nyquist code in Audacity. The Workbench can be compiled along with the Audacity application from our source code. Nyquist Workbench is not essential for writing Nyquist plug-ins for Audacity as most of the functionality is now available in the Nyquist Prompt.
Current Workbench features include:
- Full support for Generate, Process and Analyze effects
- Auto load last file
- Built-in output/debug screen
- Parentheses matching.
Mod-script pipe
Mod-script pipe: This is a GUI plug-in that allows Audacity to be driven from an external script, using any scripting language that supports named pipes (Python3 is the recommended language). Please be aware of the security implications of allowing other applications or processes to control Audacity. For more information, see Scripting.
Mod-track-panel
Mod-track-panel: This is the start of an experiment that will ultimately provide a more flexible panel for the audio, label, MIDI and note tracks. It is currently only of value to developers and must be compiled from the latest Audacity source code.
Mod-null
Mod-null: is a bare bones demonstration module.
