Nyquist Prompt

From Audacity Development Manual
Revision as of 19:40, 13 May 2013 by Windinthew (talk | contribs) (no need for "Audacity" in intro)
Jump to: navigation, search

Comando Nyquist

Nyquist Prompt lets you run and debug code snippets for your own plug-ins created using the Nyquist programming language.

Accessed by: Effect > Nyquist Prompt...
Nyquist Prompt dialog showing envelope function

Enter Nyquist Command

Type the command as required. Enter on the keyboard moves the cursor to a new line.

Buttons

Click OK to confirm and apply the code. If the code you enter cannot be processed, an error message will appear with a hint about making a correction. If the code is processed, its text will be displayed next time you open Nyquist Prompt in the Audacity session. The code is lost after quitting Audacity, so you may want to copy any valuable code before quit.

To confirm and apply using the keyboard, hold Ctrl then press Enter on Windows, or hold Command then press Enter on Mac. On Linux, it may be best to Tab to the "Debug" button then press Enter.

  • Debug Button: This works similarly to how it does in all Nyquist effects. After clicking the Debug button, an uneditable window appears containing any text output that is produced by your command. Click OK to close the output window and process the command. Using the keyboard, Enter (preceded by Ctrl or Command if needed) will process the command.
Advanced users: An experimental "Nyquist Workbench" graphical editor module is available if you compile the module and Audacity from source code, then enable the module in Modules Preferences.

Links

>  Forward to: Paulstretch

<  Back to: Normalize

|< Effect Menu