Audacity Dev
Githubaudacityteam.org
en - English (main)
en - English (main)
  • Audacity Dev resources
  • Getting started
    • BUILDING.md
    • Introduction to Audacity development
    • Codebase overview
    • Coding standards
      • Making Audacity Doxygenable
    • Strings & translatable code
  • Scripting
    • Developing your own plugins and scripts
    • Scripting reference
    • Creating your own Nyquist Plugins
      • Headers Reference
      • Plugin Reference
      • Widgets Reference
      • Basics
        • Delay Basics
        • Independent Stereo Volume Basics
        • Prompt Basics
        • Volume Basics
      • Tutorials
        • File Button Tutorial
        • Macro Tutorial
        • Property List Tutorial
        • Stereo Tracks Tutorial
        • The *SCRATCH* Symbol Tutorial
    • Creating custom themes
  • Refactoring
    • 4 steps to make an effect stateless
Powered by GitBook
On this page
  • Setting up
  • Load a Sound File
  • The Nyquist Prompt
  • Hello, world!
  • The Nyquist Debugger
  • Basic Nyquist Commands
  • Simple Examples
Edit on GitHub
Export as PDF
  1. Scripting
  2. Creating your own Nyquist Plugins
  3. Basics

Prompt Basics

This page explains how to use the Audacity Nyquist Prompt to test-run Nyquist code snippets.

PreviousIndependent Stereo Volume BasicsNextVolume Basics

Last updated 2 years ago