Scripting Reference
Yes these are the same commands as in the menus, same as in "Commands and Shortcuts" too, just presented differently.
- Presented in a format useful to people using:
- Most of this page is automatically generated.
File Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
New: | New | none | Creates a new empty project window, to start working on new or imported tracks. |
Open: | Open... | none | Presents a standard dialog box where you can select either audio files, a list of files (.LOF) or an Audacity Project file to open. |
Close: | Close | none | Closes the current project window, prompting you to save your work if you have not saved. |
SaveProject: | Save Project | none | Various ways to save a project. |
CompactProject: | Compact Project | none | Compact your project to save disk space. |
PageSetup: | Page Setup... | none | Opens the standard Page Setup dialog box prior to printing |
Print: | Print... | none | Prints all the waveforms in the current project window (and the contents of Label Tracks or other tracks), with the Timeline above. Everything is printed to one page. |
Exit: | Exit | none | Closes all project windows and exits Audacity. If there are any unsaved changes to your project, Audacity will ask if you want to save them. |
File: Save Project
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Save: | Save Project | none | Saves the current Audacity project .AUP3 file. |
SaveAs: | Save Project As... | none | Same as "Save Project" above, but allows you to save a copy of an open project to a different name or location |
SaveCopy: | Save Lossless Copy of Project... | none | Saves the current Audacity project .AUP3 file. |
SaveCompressed: | Save Compressed Copy of Project... | none | Saves in the audacity .aup3 project file format, but compressed (Suitable for mailing) |
File: Export
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ExportMp3: | Export as MP3 | none | Exports to an MP3 file |
ExportWav: | Export as WAV | none | Exports to a WAV file |
ExportOgg: | Export as OGG | none | Exports to an OGG file |
Export: | Export Audio... | none | Exports to an audio file. |
ExportSel: | Export Selected Audio... | none | Exports selected audio to a file. |
ExportLabels: | Export Labels... | none | Exports audio at one or more labels to file(s). |
ExportMultiple: | Export Multiple... | none | Exports multiple audio files in one process, one file for each track if there are multiple audio tracks, or labels can be added which then define the length of each exported file. |
ExportMIDI: | Export MIDI... | none | Exports MIDI (note tracks) to a MIDI file. |
File: Import
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ImportAudio: | Audio... | none | Similar to 'Open', except that the file is added as a new track to your existing project. |
ImportLabels: | Labels... | none | Launches a file selection window where you can choose to import a single text file into the project containing point or region labels. For more information about the syntax for labels files, see Importing and Exporting Labels. |
ImportMIDI: | MIDI... | none | Imports a MIDI (MIDI or MID extension) or Allegro (GRO) file to a Note Track where simple cut-and-paste edits can be performed. The result can be exported with the command. Note: Currently, MIDI and Allegro files cannot be played. |
ImportRaw: | Raw Data... | none | Attempts to import an uncompressed audio file that might be "raw" data without any headers to define its format, might have incorrect headers or be otherwise partially corrupted, or might be in a format that Audacity is unable to recognize. Raw data in textual format cannot be imported. |
Edit Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Undo: | Undo | none | Undoes the most recent editing action. |
Redo: | Redo | none | Redoes the most recently undone editing action. |
Cut: | Cut | none | Removes the selected audio data and/or labels and places these on the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left. |
Delete: | Delete | none | Removes the selected audio data and/or labels without copying these to the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left. |
Copy: | Copy | none | Copies the selected audio data to the Audacity clipboard without removing it from the project. |
Paste: | Paste | none | Inserts whatever is on the Audacity clipboard at the position of the selection cursor in the project, replacing whatever audio data is currently selected, if any. |
Duplicate: | Duplicate | none | Creates a new track containing only the current selection as a new clip. |
EditMetaData: | Metadata... | none | The Metadata Editor modifies information about a track, such as the artist and genre. Typically used with MP3 files. |
Preferences: | Preferences... | none | Preferences let you change most of the default behaviors and settings of Audacity. On Mac, Preferences are in the Audacity Menu and the default shortcut is ⌘ + ,. |
Edit: Remove Special
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SplitCut: | Split Cut | none | Same as Cut, but none of the audio data or labels to right of the selection are shifted. |
SplitDelete: | Split Delete | none | Same as Delete, but none of the audio data or labels to right of the selection are shifted. |
Silence: | Silence Audio | none | Replaces the currently selected audio with absolute silence. Does not affect label tracks. |
Trim: | Trim Audio | none | Deletes all audio but the selection. If there are other separate clips in the same track these are not removed or shifted unless trimming the entire length of a clip or clips. Does not affect label tracks. |
Edit: Clip Boundaries
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Split: | Split | none | Splits the current clip into two clips at the cursor point, or into three clips at the selection boundaries. |
SplitNew: | Split New | none | Does a Split Cut on the current selection in the current track, then creates a new track and pastes the selection into the new track. |
Join: | Join | none | If you select an area that overlaps one or more clips, they are all joined into one large clip. Regions in-between clips become silence. |
Disjoin: | Detach at Silences | none | In a selection region that includes absolute silences, creates individual non-silent clips between the regions of silence. The silence becomes blank space between the clips. |
Edit: Labels
Scripting Id | Action | Parameters | Description |
---|---|---|---|
EditLabels: | Edit Labels... | none | Brings up a dialog box showing all of your labels in a keyboard-accessible tabular view. Handy buttons in the dialog let you insert or delete a label, or import and export labels to a file. See Labels Editor for more details. |
AddLabel: | Add Label at Selection | none | Creates a new, empty label at the cursor or at the selection region. |
AddLabelPlaying: | Add Label at Playback Position | none | Creates a new, empty label at the current playback or recording position. |
PasteNewLabel: | Paste Text to New Label | none | Pastes the text on the Audacity clipboard at the cursor position in the currently selected label track. If there is no selection in the label track a point label is created. If a region is selected in the label track a region label is created. If no label track is selected one is created, and a new label is created. |
TypeToCreateLabel: | Type to Create a Label (on/off) | none | When a label track has the yellow focus border, if this option is on, just type to create a label. Otherwise you must create a label first. |
Edit: Labeled Audio
Scripting Id | Action | Parameters | Description |
---|---|---|---|
CutLabels: | Cut | none | Same as the Cut command, but operates on labeled audio regions. |
DeleteLabels: | Delete | none | Same as the Delete command, but operates on labeled audio regions. |
SplitCutLabels: | Split Cut | none | Same as the Split Cut command, but operates on labeled audio regions. |
SplitDeleteLabels: | Split Delete | none | Same as the Split Delete command, but operates on labeled audio regions. |
SilenceLabels: | Silence Audio | none | Same as the Silence Audio command, but operates on labeled audio regions. |
CopyLabels: | Copy | none | Same as the Copy command, but operates on labeled audio regions. |
SplitLabels: | Split | none | Same as the Split command, but operates on labeled audio regions or points. |
JoinLabels: | Join | none | Same as the Join command, but operates on labeled audio regions or points. You may need to select the audio and use | , to join all regions or points.
DisjoinLabels: | Detach at Silences | none | Same as the Detach at Silences command, but operates on labeled audio regions. |
Select Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SelectAll: | All | none | Selects all of the audio in all of the tracks. |
SelectNone: | None | none | Deselects all of the audio in all of the tracks. |
SelCursorStoredCursor: | Cursor to Stored Cursor Position | none | Selects from the position of the cursor to the previously stored cursor position |
StoreCursorPosition: | Store Cursor Position | none | Stores the current cursor position for use in a later selection |
ZeroCross: | At Zero Crossings | none | Moves the edges of a selection region (or the cursor position) slightly so they are at a rising zero crossing point. |
Select: Tracks
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SelAllTracks: | In All Tracks | none | Extends the current selection up and/or down into all tracks in the project. |
SelSyncLockTracks: | In All Sync-Locked Tracks | none | Extends the current selection up and/or down into all sync-locked tracks in the currently selected track group. |
Select: Region
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SetLeftSelection: | Left at Playback Position | none | When Audacity is playing, recording or paused, sets the left boundary of a potential selection by moving the cursor to the current position of the green playback cursor (or red recording cursor). Otherwise, opens the "Set Left Selection Boundary" dialog for adjusting the time position of the left-hand selection boundary. If there is no selection, moving the time digits backwards creates a selection ending at the former cursor position, and moving the time digits forwards provides a way to move the cursor forwards to an exact point. |
SetRightSelection: | Right at Playback Position | none | When Audacity is playing, recording or paused, sets the right boundary of the selection, thus drawing the selection from the cursor position to the current position of the green playback cursor (or red recording cursor). Otherwise, opens the "Set Right Selection Boundary" dialog for adjusting the time position of the right-hand selection boundary. If there is no selection, moving the time digits forwards creates a selection starting at the former cursor position, and moving the time digits backwards provides a way to move the cursor backwards to an exact point. |
SelTrackStartToCursor: | Track Start to Cursor | none | Selects a region in the selected track(s) from the start of the track to the cursor position. |
SelCursorToTrackEnd: | Cursor to Track End | none | Selects a region in the selected track(s) from the cursor position to the end of the track. |
SelTrackStartToEnd: | Track Start to End | none | Selects a region in the selected track(s) from the start of the track to the end of the track. |
SelSave: | Store Selection | none | Stores the end points of a selection for later reuse. |
SelRestore: | Retrieve Selection | none | Retrieves the end points of a previously stored selection. |
Select: Spectral
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ToggleSpectralSelection: | Toggle Spectral Selection | none | Changes between selecting a time range and selecting the last selected spectral selection in that time range. This command toggles the spectral selection even if not in Spectrogram view, but you must be in Spectrogram view to use the spectral selection in one of the Spectral edit effects. |
NextHigherPeakFrequency: | Next Higher Peak Frequency | none | When in Spectrogram view, snaps the center frequency to the next higher frequency peak, moving the spectral selection upwards. |
NextLowerPeakFrequency: | Next Lower Peak Frequency | none | When in Spectrogram views snaps the center frequency to the next lower frequency peak, moving the spectral selection downwards. |
Select: Clip Boundaries
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SelPrevClipBoundaryToCursor: | Previous Clip Boundary to Cursor | none | Selects from the current cursor position back to the right-hand edge of the previous clip. |
SelCursorToNextClipBoundary: | Cursor to Next Clip Boundary | none | Selects from the current cursor position forward to the left-hand edge of the next clip. |
SelPrevClip: | Previous Clip | none | Moves the selection to the previous clip. |
SelNextClip: | Next Clip | none | Moves the selection to the next clip. |
View Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
UndoHistory: | History... | none | Brings up the History window which can then be left open while using Audacity normally. History lists all undoable actions performed in the current project, including importing. |
Karaoke: | Karaoke... | none | Brings up the Karaoke window, which displays the labels in a "bouncing ball" scrolling display |
MixerBoard: | Mixer Board... | none | Mixer Board is an alternative view to the audio tracks in the main tracks window. Analogous to a hardware mixer board, each audio track is displayed in a Track Strip. |
ShowExtraMenus: | Extra Menus (on/off) | none | Shows extra menus with many extra less-used commands. |
ShowClipping: | Show Clipping (on/off) | none | Option to show or not show audio that is too loud (in red) on the wave form. |
View: Zoom
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ZoomIn: | Zoom In | none | Zooms in on the horizontal axis of the audio displaying more detail over a shorter length of time. |
ZoomNormal: | Zoom Normal | none | Zooms to the default view which displays about one inch per second. |
ZoomOut: | Zoom Out | none | Zooms out displaying less detail over a greater length of time. |
ZoomSel: | Zoom to Selection | none | Zooms in or out so that the selected audio fills the width of the window. |
ZoomToggle: | Zoom Toggle | none | Changes the zoom back and forth between two preset levels. |
AdvancedVZoom: | Advanced Vertical Zooming | none | Enable for left-click gestures in the vertical scale to control zooming. |
View: Track Size
Scripting Id | Action | Parameters | Description |
---|---|---|---|
FitInWindow: | Fit to Width | none | Zooms out until the entire project just fits in the window. |
FitV: | Fit to Height | none | Adjusts the height of all the tracks until they fit in the project window. |
CollapseAllTracks: | Collapse All Tracks | none | Collapses all tracks to take up the minimum amount of space. |
ExpandAllTracks: | Expand Collapsed Tracks | none | Expands all collapsed tracks to their original size before the last collapse. |
View: Skip to
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SkipSelStart: | Selection Start | none | When there is a selection, moves the cursor to the start of the selection and removes the selection. |
SkipSelEnd: | Selection End | none | When there is a selection, moves the cursor to the end of the selection and removes the selection. |
View: Toolbars
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ResetToolbars: | Reset Toolbars | none | Using this command positions all toolbars in default location and size as they were when Audacity was first installed |
ShowTransportTB: | Transport Toolbar | none | Controls playback and recording and skips to start or end of project when neither playing or recording |
ShowToolsTB: | Tools Toolbar | none | Chooses various tools for selection, volume adjustment, zooming and time-shifting of audio |
ShowRecordMeterTB: | Recording Meter Toolbar | none | Displays recording levels and toggles input monitoring when not recording |
ShowPlayMeterTB: | Playback Meter Toolbar | none | Displays playback levels |
ShowMixerTB: | Mixer Toolbar | none | Adjusts the recording and playback volumes of the devices currently selected in Device Toolbar |
ShowEditTB: | Edit Toolbar | none | Cut, copy, paste, trim audio, silence audio, undo, redo, zoom tools |
ShowTranscriptionTB: | Play-at-Speed Toolbar | none | Plays audio at a slower or faster speed than normal, affecting pitch |
ShowScrubbingTB: | Scrub Toolbar | none | Controls playback and recording and skips to start or end of project when neither playing or recording |
ShowDeviceTB: | Device Toolbar | none | Selects audio host, recording device, number of recording channels and playback device |
ShowSelectionTB: | Selection Toolbar | none | Controls the sample rate of the project, snapping to the selection format and adjusts cursor and region position by keyboard input |
ShowSpectralSelectionTB: | Spectral Selection Toolbar | none | Displays and lets you adjust the current spectral (frequency) selection without having to be in Spectrogram view |
Transport Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
RescanDevices: | Rescan Audio Devices | none | Rescan for audio devices connected to your computer, and update the playback and recording dropdown menus in Device Toolbar |
Transport: Playing
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PlayStop: | Play/Stop | none | Starts and stops playback or stops a recording (stopping does not change the restart position). Therefore using any play or record command after stopping with "Play/Stop" will start playback or recording from the same Timeline position it last started from. You can also assign separate shortcuts for Play and Stop. |
PlayStopSelect: | Play/Stop and Set Cursor | none | Starts playback like "Play/Stop", but stopping playback sets the restart position to the stop point. When stopped, this command is the same as "Play/Stop". When playing, this command stops playback and moves the cursor (or the start of the selection) to the position where playback stopped. |
PlayLooped: | Loop Play | none | Plays the selection over and over again. |
Pause: | Pause | none | Temporarily pauses playing or recording without losing your place. |
Transport: Recording
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Record1stChoice: | Record | none | Starts recording at the end of the currently selected track(s). |
Record2ndChoice: | Record New Track | none | Recording begins on a new track at either the current cursor location or at the beginning of the current selection. |
TimerRecord: | Timer Record... | none | Brings up the Timer Record dialog. |
PunchAndRoll: | Punch and Roll Record | none | Re-record over audio, with a pre-roll of audio that comes before. |
Pause: | Pause | none | Temporarily pauses playing or recording without losing your place. |
Transport: Scrubbing
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Scrub: | Scrub | none | Scrubbing is the action of moving the mouse pointer right or left so as to adjust the position, speed or direction of playback, listening to the audio at the same time. |
Seek: | Seek | none | Seeking is similar to Scrubbing except that it is playback with skips, similar to using the seek button on a CD player. |
ToggleScrubRuler: | Scrub Ruler | none | Shows (or hides) the scrub ruler, which is just below the timeline. |
Transport: Cursor to
Scripting Id | Action | Parameters | Description |
---|---|---|---|
CursSelStart: | Selection Start | none | Moves the left edge of the current selection to the center of the screen, without changing the zoom level. |
CursSelEnd: | Selection End | none | Moves the right edge of the current selection to the center of the screen, without changing the zoom level. |
CursTrackStart: | Track Start | none | Moves the cursor to the start of the selected track. |
CursTrackEnd: | Track End | none | Moves the cursor to the end of the selected track. |
CursPrevClipBoundary: | Previous Clip Boundary | none | Moves the cursor position back to the right-hand edge of the previous clip |
CursNextClipBoundary: | Next Clip Boundary | none | Moves the cursor position forward to the left-hand edge of the next clip |
CursProjectStart: | Project Start | none | Moves the cursor to the beginning of the project. |
CursProjectEnd: | Project End | none | Moves the cursor to the end of the project. |
Transport: Play Region
Scripting Id | Action | Parameters | Description |
---|---|---|---|
LockPlayRegion: | Lock | none | Locks standard playback to the current position of the playback region, or to the current position of the Quick-Play region). |
UnlockPlayRegion: | Unlock | none | Removes the Play Region Lock. |
Transport: Transport Options
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SoundActivationLevel: | Sound Activation Level... | none | Sets the activation level above which Sound Activated Recording will record. |
SoundActivation: | Sound Activated Recording (on/off) | none | Toggles on and off the Sound Activated Recording option. |
PinnedHead: | Pinned Play/Record Head (on/off) | none | You can change Audacity to play and record with a fixed head pinned to the Timeline. You can adjust the position of the fixed head by dragging it |
Overdub: | Overdub (on/off) | none | Toggles on and off the Overdub option. |
SWPlaythrough: | Software Playthrough (on/off) | none | Toggles on and off the Software Playthrough option. |
Tracks Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Resample: | Resample... | none | Allows you to resample the selected track(s) to a new sample rate for use in the project |
RemoveTracks: | Remove Tracks | none | Removes the selected track(s) from the project. Even if only part of a track is selected, the entire track is removed. |
SyncLock: | Sync-Lock Tracks (on/off) | none | Ensures that length changes occurring anywhere in a defined group of tracks also take place in all audio or label tracks in that group. |
Tracks: Add New
Scripting Id | Action | Parameters | Description |
---|---|---|---|
NewMonoTrack: | Mono Track | none | Creates a new empty mono audio track. |
NewStereoTrack: | Stereo Track | none | Adds an empty stero track to the project |
NewLabelTrack: | Label Track | none | Adds an empty label track to the project |
NewTimeTrack: | Time Track | none | Adds an empty time track to the project. Time tracks are used to speed up and slow down audio. |
Tracks: Mix
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Stereo to Mono: | Mix Stereo Down to Mono | none | Converts the selected stereo track(s) into the same number of mono tracks, combining left and right channels equally by averaging the volume of both channels. |
MixAndRender: | Mix and Render | none | Mixes down all selected tracks to a single mono or stereo track, rendering to the waveform all real-time transformations that had been applied (such as track gain, panning, amplitude envelopes or a change in project rate). |
MixAndRenderToNewTrack: | Mix and Render to New Track | none | Same as | except that the original tracks are preserved rather than being replaced by the resulting "Mix" track.
Tracks: Mute/Unmute
Scripting Id | Action | Parameters | Description |
---|---|---|---|
MuteAllTracks: | Mute All Tracks | none | Mutes all the audio tracks in the project as if you had used the mute buttons from the Track Control Panel on each track. |
UnmuteAllTracks: | Unmute All Tracks | none | Unmutes all the audio tracks in the project as if you had released the mute buttons from the Track Control Panel on each track. |
MuteTracks: | Mute Tracks | none | Mutes the selected tracks. |
UnmuteTracks: | Unmute Tracks | none | Unmutes the selected tracks. |
Tracks: Pan
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PanLeft: | Left | none | Pan selected audio to left speaker |
PanRight: | Right | none | Pan selected audio centrally. |
PanCenter: | Center | none | Pan selected audio to right speaker. |
Tracks: Align Tracks
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Align_EndToEnd: | Align End to End | none | Aligns the selected tracks one after the other, based on their top-to-bottom order in the project window. |
Align_Together: | Align Together | none | Align the selected tracks so that they start at the same (averaged) start time. |
Align_StartToZero: | Start to Zero | none | Aligns the start of selected tracks with the start of the project. |
Align_StartToSelStart: | Start to Cursor/Selection Start | none | Aligns the start of selected tracks with the current cursor position or with the start of the current selection. |
Align_StartToSelEnd: | Start to Selection End | none | Aligns the start of selected tracks with the end of the current selection. |
Align_EndToSelStart: | End to Cursor/Selection Start | none | Aligns the end of selected tracks with the current cursor position or with the start of the current selection. |
Align_EndToSelEnd: | End to Selection End | none | Aligns the end of selected tracks with the end of the current selection. |
MoveSelectionWithTracks: | Move Selection with Tracks (on/off) | none | Toggles on/off the selection moving with the realigned tracks, or staying put. |
Tracks: Sort Tracks
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SortByTime: | By Start Time | none | Sort tracks in order of start time. |
SortByName: | By Name | none | Sort tracks in order by name. |
Generate Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ManageGenerators: | Add / Remove Plug-ins... | none | Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers. |
Built-in: | Built-in | none | Shows the list of available Audacity built-in effects but only if the user has effects "Grouped by Type" in Effects Preferences. |
Nyquist: | Nyquist | none | Shows the list of available Nyquist effects but only if the user has effects "Grouped by Type" in Effects Preferences. |
Generate: Built-in
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Chirp: | Chirp... | double StartFreq, (default:440) double EndFreq, (default:1320)
enum Interpolation, (default:Linear)
|
Generates four different types of tone waveforms like the Tone Generator, but additionally allows setting of the starting and ending amplitude and frequency. |
DtmfTones: | DTMF Tones... | string Sequence, (default:audacity) double Duty Cycle, (default:55) |
Generates dual-tone multi-frequency (DTMF) tones like those produced by the keypad on telephones. |
Noise: | Noise... | enum Type, (default:White)
double Amplitude, (default:0.8) |
Generates 'white', 'pink' or 'brown' noise. |
Tone: | Tone... | double Frequency, (default:440) double Amplitude, (default:0.8)
enum Interpolation, (default:Linear)
|
Generates one of four different tone waveforms: Sine, Square, Sawtooth or Square (no alias), and a frequency between 1 Hz and half the current project rate. |
Generate: Nyquist
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Pluck: | Pluck... | int pitch, (default:0) enum fade, (default:Abrupt)
double dur, (default:0) |
A synthesized pluck tone with abrupt or gradual fade-out, and selectable pitch corresponding to a MIDI note. |
RhythmTrack: | Rhythm Track... | double tempo, (default:0) int timesig, (default:0)
int high, (default:0) |
Generates a track with regularly spaced sounds at a specified tempo and number of beats per measure (bar). |
RissetDrum: | Risset Drum... | double freq, (default:0) double decay, (default:0) |
Produces a realistic drum sound. |
Effect Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ManageEffects: | Add / Remove Plug-ins... | none | Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers. |
RepeatLastEffect: | Repeat Last Effect | none | Repeats the last used effect at its last used settings and without displaying any dialog. |
LADSPA: | LADSPA | none | Shows the list of available LADSPA effects but only if the user has effects "Grouped by Type" in Effects Preferences. |
Effect: Built-in
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Amplify: | Amplify... | float Ratio, (default:0.9) bool AllowClipping, (default:False) |
Increases or decreases the volume of the audio you have selected. |
AutoDuck: | Auto Duck... | double DuckAmountDb, (default:-12) double InnerFadeDownLen, (default:0) |
Reduces (ducks) the volume of one or more tracks whenever the volume of a specified "control" track reaches a particular level. Typically used to make a music track softer whenever speech in a commentary track is heard. |
BassAndTreble: | Bass and Treble... | double Bass, (default:0) double Treble, (default:0) |
Increases or decreases the lower frequencies and higher frequencies of your audio independently; behaves just like the bass and treble controls on a stereo system. |
ChangePitch: | Change Pitch... | double Percentage, (default:0) bool SBSMS, (default:False) |
Change the pitch of a selection without changing its tempo. |
ChangeSpeed: | Change Speed... | double Percentage, (default:0) |
Change the speed of a selection, also changing its pitch. |
ChangeTempo: | Change Tempo... | double Percentage, (default:0) bool SBSMS, (default:False) |
Change the tempo and length (duration) of a selection without changing its pitch. |
ClickRemoval: | Click Removal... | int Threshold, (default:200) int Width, (default:20) |
Click Removal is designed to remove clicks on audio tracks and is especially suited to declicking recordings made from vinyl records. |
Compressor: | Compressor... | double Threshold, (default:-12) double NoiseFloor, (default:-40) |
Compresses the dynamic range by two alternative methods. The default "RMS" method makes the louder parts softer, but leaves the quieter audio alone. The alternative "peaks" method makes the entire audio louder, but amplifies the louder parts less than the quieter parts. Make-up gain can be applied to either method, making the result as loud as possible without clipping, but not changing the dynamic range further. |
Distortion: | Distortion... | enum Type, (default:Hard Clipping)
bool DC Block, (default:False) |
Use the Distortion effect to make the audio sound distorted. By distorting the waveform the frequency content is changed, which will often make the sound "crunchy" or "abrasive". Technically this effect is a waveshaper. The result of waveshaping is equivalent to applying non-linear amplification to the audio waveform. Preset shaping functions are provided, each of which produces a different type of distortion. |
Echo: | Echo... | float Delay, (default:1) float Decay, (default:0.5) |
Repeats the selected audio again and again, normally softer each time and normally not blended into the original sound until some time after it starts. The delay time between each repeat is fixed, with no pause in between each repeat. For a more configurable echo effect with a variable delay time and pitch-changed echoes, see Delay. |
FadeIn: | Fade In | none | Applies a linear fade-in to the selected audio - the rapidity of the fade-in depends entirely on the length of the selection it is applied to. For a more customizable logarithmic fade, use the Envelope Tool on the Tools Toolbar. |
FadeOut: | Fade Out | none | Applies a linear fade-out to the selected audio - the rapidity of the fade-out depends entirely on the length of the selection it is applied to. For a more customizable logarithmic fade, use the Envelope Tool on the Tools Toolbar. |
FilterCurve: | Filter Curve... | size_t FilterLength, (default:8191) bool InterpolateLin, (default:False)
double f0, (default:0) |
Adjusts the volume levels of particular frequencies |
GraphicEq: | Graphic EQ... | size_t FilterLength, (default:8191) bool InterpolateLin, (default:False)
double f0, (default:0) |
Adjusts the volume levels of particular frequencies |
Invert: | Invert | none | This effect flips the audio samples upside-down. This normally does not affect the sound of the audio at all. It is occasionally useful for vocal removal. |
LoudnessNormalization: | Loudness Normalization... | bool StereoIndependent, (default:False) double LUFSLevel, (default:-23) |
Changes the perceived loudness of the audio. |
NoiseReduction: | Noise Reduction... | none | This effect is not currently available from scripting. |
Normalize: | Normalize... | double PeakLevel, (default:-1) bool ApplyGain, (default:True) |
Use the Normalize effect to set the maximum amplitude of a track, equalize the amplitudes of the left and right channels of a stereo track and optionally remove any DC offset from the track |
Paulstretch: | Paulstretch... | float Stretch Factor, (default:10) float Time Resolution, (default:0.25) |
Use Paulstretch only for an extreme time-stretch or "stasis" effect, This may be useful for synthesizer pad sounds, identifying performance glitches or just creating interesting aural textures. Use Change Tempo or Sliding Time Scale rather than Paulstretch for tasks like slowing down a song to a "practice" tempo. |
Phaser: | Phaser... | int Stages, (default:2) int DryWet, (default:128) |
The name "Phaser" comes from "Phase Shifter", because it works by combining phase-shifted signals with the original signal. The movement of the phase-shifted signals is controlled using a Low Frequency Oscillator (LFO). |
Repair: | Repair | none | Fix one particular short click, pop or other glitch no more than 128 samples long. |
Repeat: | Repeat... | int Count, (default:1) |
Repeats the selection the specified number of times. |
Reverb: | Reverb... | double RoomSize, (default:75) double Delay, (default:10) |
A configurable stereo reverberation effect with built-in and user-added presets. It can be used to add ambience (an impression of the space in which a sound occurs) to a mono sound. Also use it to increase reverberation in stereo audio that sounds too "dry" or "close". |
Reverse: | Reverse | none | Reverses the selected audio; after the effect the end of the audio will be heard first and the beginning last. |
SlidingStretch: | Sliding Stretch... | double RatePercentChangeStart, (default:0) double RatePercentChangeEnd, (default:0) |
This effect allows you to make a continuous change to the tempo and/or pitch of a selection by choosing initial and/or final change values. |
TruncateSilence: | Truncate Silence... | double Threshold, (default:-20) enum Action, (default:Truncate Detected Silence)
double Minimum, (default:0.5) |
Automatically try to find and eliminate audible silences. Do not use this with faded audio. |
Wahwah: | Wahwah... | double Freq, (default:1.5) double Phase, (default:0) |
Rapid tone quality variations, like that guitar sound so popular in the 1970's. |
Effect: Nyquist
Scripting Id | Action | Parameters | Description |
---|---|---|---|
AdjustableFade: | Adjustable Fade... | enum type, (default:Up)
double curve, (default:0)
double gain0, (default:0)
|
enables you to control the shape of the fade (non-linear fading) to be applied by adjusting various parameters; allows partial (that is not from or to zero) fades up or down. |
ClipFix: | Clip Fix... | double threshold, (default:0) double gain, (default:0) |
Clip Fix attempts to reconstruct clipped regions by interpolating the lost signal. |
CrossfadeClips: | Crossfade Clips | Use Crossfade Clips to apply a simple crossfade to a selected pair of clips in a single audio track. | |
CrossfadeTracks: | Crossfade Tracks... | enum type, (default:ConstantGain)
double curve, (default:0)
|
Use Crossfade Tracks to make a smooth transition between two overlapping tracks one above the other. Place the track to be faded out above the track to be faded in then select the overlapping region in both tracks and apply the effect. |
Delay: | Delay... | enum delay-type, (default:Regular)
double dgain, (default:0)
double shift, (default:0)
|
A configurable delay effect with variable delay time and pitch shifting of the delays. |
High-passFilter: | High-Pass Filter... | double frequency, (default:0) enum rolloff, (default:dB6)
|
Passes frequencies above its cutoff frequency and attenuates frequencies below its cutoff frequency. |
Limiter: | Limiter... | enum type, (default:SoftLimit)
double gain-L, (default:0)
|
Limiter passes signals below a specified input level unaffected or gently reduced, while preventing the peaks of stronger signals from exceeding this threshold. Mastering engineers often use this type of dynamic range compression combined with make-up gain to increase the perceived loudness of an audio recording during the audio mastering process. |
Low-passFilter: | Low-Pass Filter... | double frequency, (default:0) enum rolloff, (default:dB6)
|
Passes frequencies below its cutoff frequency and attenuates frequencies above its cutoff frequency. |
NotchFilter: | Notch Filter... | double frequency, (default:0) double q, (default:0) |
Greatly attenuate ("notch out"), a narrow frequency band. This is a good way to remove mains hum or a whistle confined to a specific frequency with minimal damage to the remainder of the audio. |
SpectralEditMultiTool: | Spectral edit multi tool | When the selected track is in spectrogram or spectrogram log(f) view, applies a notch filter, high pass filter or low pass filter according to the spectral selection made. This effect can also be used to change the audio quality as an alternative to using Equalization. | |
SpectralEditParametricEq: | Spectral edit parametric EQ... | double control-gain, (default:0) |
When the selected track is in spectrogram or spectrogram log(f) view and the spectral selection has a center frequency and an upper and lower boundary, performs the specified band cut or band boost. This can be used as an alternative to Equalization or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes. |
SpectralEditShelves: | Spectral edit shelves... | double control-gain, (default:0) |
When the selected track is in spectrogram or spectrogram log(f) view, applies either a low- or high-frequency shelving filter or both filters, according to the spectral selection made. This can be used as an alternative to Equalization or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes. |
StudioFadeOut: | Studio Fade Out | Applies a more musical fade out to the selected audio, giving a more pleasing sounding result. | |
Tremolo: | Tremolo... | enum wave, (default:Sine)
int phase, (default:0) |
Modulates the volume of the selection at the depth and rate selected in the dialog. The same as the tremolo effect familiar to guitar and keyboard players. |
VocalReductionAndIsolation: | Vocal Reduction and Isolation... | enum action, (default:RemoveToMono)
double strength, (default:0) |
Attempts to remove or isolate center-panned audio from a stereo track. Most "Remove" options in this effect preserve the stereo image. |
Vocoder: | Vocoder... | double dst, (default:0) enum mst, (default:BothChannels)
int bands, (default:0) |
Synthesizes audio (usually a voice) in the left channel of a stereo track with a carrier wave (typically white noise) in the right channel to produce a modified version of the left channel. Vocoding a normal voice with white noise will produce a robot-like voice for special effects. |
Analyze Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ManageAnalyzers: | Add / Remove Plug-ins... | none | Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers. |
ContrastAnalyser: | Contrast... | none | Analyzes a single mono or stereo speech track to determine the average RMS difference in volume (contrast) between foreground speech and background music, audience noise or similar. The purpose is to determine if the speech will be intelligible to the hard of hearing. |
PlotSpectrum: | Plot Spectrum... | none | Takes the selected audio (which is a set of sound pressure values at points in time) and converts it to a graph of frequencies against amplitudes. |
FindClipping: | Find Clipping... | int Duty Cycle Start, (default:3) int Duty Cycle End, (default:3) |
Displays runs of clipped samples in a Label Track, as a screen-reader accessible alternative to . A run must include at least one clipped sample, but may include unclipped samples too. |
Analyze: Nyquist
Scripting Id | Action | Parameters | Description |
---|---|---|---|
BeatFinder: | Beat Finder... | int thresval, (default:0) |
Attempts to place labels at beats which are much louder than the surrounding audio. It's a fairly rough and ready tool, and will not necessarily work well on a typical modern pop music track with compressed dynamic range. If you do not get enough beats detected, try reducing the "Threshold Percentage" setting. |
LabelSounds: | Label Sounds... | double threshold, (default:0) enum measurement, (default:peak)
double sil-dur, (default:0)
double pre-offset, (default:0) |
Divides up a track by placing labels for areas of sound that are separated by silence. |
Tools Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ManageTools: | Add / Remove Plug-ins... | none | Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers. |
ManageMacros: | Macros... | none | Creates a new macro or edits an existing macro. |
Apply Macro: | Apply Macro | none | Displays a menu with list of all your Macros. Selecting any of these Macros by clicking on it will cause that Macro to be applied to the current project. |
Screenshot: | Screenshot... | string Path, (default:) enum CaptureWhat, (default:Window)
enum Background, (default:None)
bool ToTop, (default:True) |
A tool, mainly used in documentation, to capture screenshots of Audacity. |
Benchmark: | Run Benchmark... | none | A tool for measuring the performance of one part of Audacity. |
NyquistPrompt: | Nyquist Prompt... | string Command, (default:) int Version, (default:3) |
Brings up a dialog where you can enter Nyquist commands. Nyquist is a programming language for generating, processing and analyzing audio. For more information see Nyquist Plug-ins Reference. |
NyquistPlug-inInstaller: | Nyquist Plug-in Installer... | string files, (default:) enum overwrite, (default:Disallow)
|
A Nyquist plug-in that simplifies the installation of other Nyquist plug-ins. |
RegularIntervalLabels: | Regular Interval Labels... | enum mode, (default:Both)
int totalnum, (default:0)
string labeltext, (default:)
int firstnum, (default:0)
|
Places labels in a long track so as to divide it into smaller, equally sized segments. |
SampleDataExport: | Sample Data Export... | int number, (default:0) enum units, (default:dB)
string filename, (default:)
enum header, (default:None)
string optext, (default:)
enum messages, (default:Yes)
|
Reads the values of successive samples from the selected audio and prints this data to a plain text, CSV or HTML file. |
SampleDataImport: | Sample Data Import... | string filename, (default:) enum bad-data, (default:ThrowError)
|
Reads numeric values from a plain ASCII text file and creates a PCM sample for each numeric value read. |
Tools: Apply Macro
Scripting Id | Action | Parameters | Description |
---|---|---|---|
ApplyMacrosPalette: | Palette... | none | Displays a menu with list of all your Macros which can be applied to the current project or to audio files.. |
Macro_FadeEnds: | Fade Ends | none | Fades in the first second and fades out the last second of a track. |
Macro_MP3Conversion: | MP3 Conversion | none | Converts MP3. |
Extra Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PlayAtSpeed: | Play-at-Speed | none | Extra commands related to play at speed |
FullScreenOnOff: | Full Screen (on/off) | none | Toggle full screen mode with no title bar |
Extra: Transport
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Play: | Play | none | Play (or stop) audio |
Stop: | Stop | none | Stop audio |
PlayOneSec: | Play One Second | none | Plays for one second centered on the current mouse pointer position (not from the current cursor position). See this page for an example. |
PlayToSelection: | Play to Selection | none | Plays to or from the current mouse pointer position to or from the start or end of the selection, depending on the pointer position. See this page for more details. |
PlayBeforeSelectionStart: | Play Before Selection Start | none | Plays a short period before the start of the selected audio, the period before shares the setting of the cut preview. |
PlayAfterSelectionStart: | Play After Selection Start | none | Plays a short period after the start of the selected audio, the period after shares the setting of the cut preview. |
PlayBeforeSelectionEnd: | Play Before Selection End | none | Plays a short period before the end of the selected audio, the period before shares the setting of the cut preview. |
PlayAfterSelectionEnd: | Play After Selection End | none | Plays a short period after the end of the selected audio, the period after shares the setting of the cut preview. |
PlayBeforeAndAfterSelectionStart: | Play Before and After Selection Start | none | Plays a short period before and after the start of the selected audio, the periods before and after share the setting of the cut preview. |
PlayBeforeAndAfterSelectionEnd: | Play Before and After Selection End | none | Plays a short period before and after the end of the selected audio, the periods before and after share the setting of the cut preview. |
PlayCutPreview: | Play Cut Preview | none | Plays audio excluding the selection |
Extra: Tools
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SelectTool: | Selection Tool | none | Chooses Selection tool. |
EnvelopeTool: | Envelope Tool | none | Chooses Envelope tool. |
DrawTool: | Draw Tool | none | Chooses Draw tool. |
ZoomTool: | Zoom Tool | none | Chooses Zoom tool. |
TimeShiftTool: | Time Shift Tool | none | Chooses Time Shift tool. |
MultiTool: | Multi Tool | none | Chooses the Multi-Tool |
PrevTool: | Previous Tool | none | Cycles backwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Multi-tool to Time Shift to Zoom to Draw to Envelope to Selection. |
NextTool: | Next Tool | none | Cycles forwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Envelope to Draw to Zoom to Time Shift to Multi-tool to Selection. |
Extra: Mixer
Scripting Id | Action | Parameters | Description |
---|---|---|---|
OutputGain: | Adjust Playback Volume... | none | Displays the Playback Volume dialog. You can type a new value for the playback volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider. |
OutputGainInc: | Increase Playback Volume | none | Each key press will increase the playback volume by 0.1. |
OutputGainDec: | Decrease Playback Volume | none | Each key press will decrease the playback volume by 0.1. |
InputGain: | Adjust Recording Volume... | none | Displays the Recording Volume dialog. You can type a new value for the recording volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider. |
InputGainInc: | Increase Recording Volume | none | Each key press will increase the recording volume by 0.1. |
InputGainDec: | Decrease Recording Volume | none | Each key press will decrease the recording volume by 0.1. |
Extra: Edit
Scripting Id | Action | Parameters | Description |
---|---|---|---|
DeleteKey: | Delete Key | none | Deletes the selection. When focus is in Selection Toolbar, BACKSPACE is not a shortcut but navigates back to the previous digit and sets it to zero. |
DeleteKey2: | Delete Key2 | none | Deletes the selection. |
Extra: Play-at-Speed
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PlayAtSpeed: | Normal Play-at-Speed | none | Play audio at a faster or slower speed |
PlayAtSpeedLooped: | Loop Play-at-Speed | none | Combines looped play and play at speed |
PlayAtSpeedCutPreview: | Play Cut Preview-at-Speed | none | Combines cut preview and play at speed |
SetPlaySpeed: | Adjust Playback Speed... | none | Displays the Playback Speed dialog. You can type a new value for the playback volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider. |
PlaySpeedInc: | Increase Playback Speed | none | Each key press will increase the playback speed by 0.1. |
PlaySpeedDec: | Decrease Playback Speed | none | Each key press will decrease the playback speed by 0.1. |
MoveToPrevLabel: | Move to Previous Label | none | Moves selection to the previous label |
MoveToNextLabel: | Move to Next Label | none | Moves selection to the next label |
Extra: Seek
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SeekLeftShort: | Short Seek Left During Playback | none | Skips the playback cursor back one second by default. |
SeekRightShort: | Short Seek Right During Playback | none | Skips the playback cursor forward one second by default. |
SeekLeftLong: | Long Seek Left During Playback | none | Skips the playback cursor back 15 seconds by default. |
SeekRightLong: | Long Seek Right During Playback | none | Skips the playback cursor forward 15 seconds by default. |
Extra: Device
Scripting Id | Action | Parameters | Description |
---|---|---|---|
InputDevice: | Change Recording Device... | none | Displays the Select recording Device dialog for choosing the recording device, but only if the "Recording Device" dropdown menu in Device Toolbar has entries for devices. Otherwise, an recording error message will be displayed. |
OutputDevice: | Change Playback Device... | none | Displays the Select Playback Device dialog for choosing the playback device, but only if the "Playback Device" dropdown menu in Device Toolbar has entries for devices. Otherwise, an error message will be displayed. |
AudioHost: | Change Audio Host... | none | Displays the Select Audio Host dialog for choosing the particular interface with which Audacity communicates with your chosen playback and recording devices. |
InputChannels: | Change Recording Channels... | none | Displays the Select Recording Channels dialog for choosing the number of channels to be recorded by the chosen recording device. |
Extra: Selection
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SnapToOff: | Snap-To Off | none | Equivalent to setting the Snap To control in Selection Toolbar to "Off". |
SnapToNearest: | Snap-To Nearest | none | Equivalent to setting the Snap To control in Selection Toolbar to "Nearest". |
SnapToPrior: | Snap-To Prior | none | Equivalent to setting the Snap To control in Selection Toolbar to "Prior". |
SelStart: | Selection to Start | none | Select from cursor to start of track |
SelEnd: | Selection to End | none | Select from cursor to end of track |
SelExtLeft: | Selection Extend Left | none | Increases the size of the selection by extending it to the left. The amount of increase is dependent on the zoom level. If there is no selection one is created starting at the cursor position. |
SelExtRight: | Selection Extend Right | none | Increases the size of the selection by extending it to the right. The amount of increase is dependent on the zoom level. If there is no selection one is created starting at the cursor position. |
SelSetExtLeft: | Set (or Extend) Left Selection | none | Extend selection left a little (is this a duplicate?) |
SelSetExtRight: | Set (or Extend) Right Selection | none | Extend selection right a litlle (is this a duplicate?) |
SelCntrLeft: | Selection Contract Left | none | Decreases the size of the selection by contracting it from the right. The amount of decrease is dependent on the zoom level. If there is no selection no action is taken. |
SelCntrRight: | Selection Contract Right | none | Decreases the size of the selection by contracting it from the left. The amount of decrease is dependent on the zoom level. If there is no selection no action is taken. |
Extra: Focus
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PrevFrame: | Move Backward from Toolbars to Tracks | none | Move backward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area. Each use moves the keyboard focus as indicated. |
NextFrame: | Move Forward from Toolbars to Tracks | none | Move forward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area. Each use moves the keyboard focus as indicated. |
PrevTrack: | Move Focus to Previous Track | none | Focus one track up |
NextTrack: | Move Focus to Next Track | none | Focus one track down |
FirstTrack: | Move Focus to First Track | none | Focus on first track |
LastTrack: | Move Focus to Last Track | none | Focus on last track |
ShiftUp: | Move Focus to Previous and Select | none | Focus one track up and select it |
ShiftDown: | Move Focus to Next and Select | none | Focus one track down and select it |
Toggle: | Toggle Focused Track | none | Toggle focus on current track |
ToggleAlt: | Toggle Focused Track | none | Toggle focus on current track |
Extra: Cursor
Scripting Id | Action | Parameters | Description |
---|---|---|---|
CursorLeft: | Cursor Left | none | When not playing audio, moves the editing cursor one screen pixel to left. When a Snap To option is chosen, moves the cursor to the preceding unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks. When playing audio, moves the playback cursor as described at "Cursor Short Jump Left" |
CursorRight: | Cursor Right | none | When not playing audio, moves the editing cursor one screen pixel to right. When a Snap To option is chosen, moves the cursor to the following unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks. When playing audio, moves the playback cursor as described at "Cursor Short Jump Right" |
CursorShortJumpLeft: | Cursor Short Jump Left | none | When not playing audio, moves the editing cursor one second left by default. When playing audio, moves the playback cursor one second left by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences. |
CursorShortJumpRight: | Cursor Short Jump Right | none | When not playing audio, moves the editing cursor one second right by default. When playing audio, moves the playback cursor one second right by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences. |
CursorLongJumpLeft: | Cursor Long Jump Left | none | When not playing audio, moves the editing cursor 15 seconds left by default. When playing audio, moves the playback cursor 15 seconds left by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences. |
CursorLongJumpRight: | Cursor Long Jump Right | none | When not playing audio, moves the editing cursor 15 seconds right by default. When playing audio, moves the playback cursor 15 seconds right by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences. |
ClipLeft: | Clip Left | none | Moves the currently focused audio track (or a separate clip in that track which contains the editing cursor or selection region) one screen pixel to left. |
ClipRight: | Clip Right | none | Moves the currently focused audio track (or a separate clip in that track which contains the editing cursor or selection region) one screen pixel to right. |
Extra: Track
Scripting Id | Action | Parameters | Description |
---|---|---|---|
TrackPan: | Change Pan on Focused Track... | none | Brings up the Pan dialog for the focused track where you can enter a pan value, or use the slider for finer control of panning than is available when using the track pan slider. |
TrackPanLeft: | Pan Left on Focused Track | none | Controls the pan slider on the focused track. Each keypress changes the pan value by 10% left. |
TrackPanRight: | Pan Right on Focused Track | none | Controls the pan slider on the focused track. Each keypress changes the pan value by 10% right. |
TrackGain: | Change Gain on Focused Track... | none | Brings up the Gain dialog for the focused track where you can enter a gain value, or use the slider for finer control of gain than is available when using the track pan slider. |
TrackGainInc: | Increase Gain on Focused Track | none | Controls the gain slider on the focused track. Each keypress increases the gain value by 1 dB. |
TrackGainDec: | Decrease Gain on Focused Track | none | Controls the gain slider on the focused track. Each keypress decreases the gain value by 1 dB. |
TrackMenu: | Open Menu on Focused Track... | none | Opens the Audio Track Dropdown Menu on the focused audio track or other track type. In the audio track dropdown, use Up, and Down, arrow keys to navigate the menu and Enter, to select a menu item. Use Right, arrow to open the "Set Sample Format" and "Set Rate" choices or Left, arrow to leave those choices. |
TrackMute: | Mute/Unmute Focused Track | none | Toggles the Mute button on the focused track. |
TrackSolo: | Solo/Unsolo Focused Track | none | Toggles the Solo button on the focused track. |
TrackClose: | Close Focused Track | none | Close (remove) the focused track only. |
TrackMoveUp: | Move Focused Track Up | none | Moves the focused track up by one track and moves the focus there. |
TrackMoveDown: | Move Focused Track Down | none | Moves the focused track down by one track and moves the focus there. |
TrackMoveTop: | Move Focused Track to Top | none | Moves the focused track up to the top of the track table and moves the focus there. |
TrackMoveBottom: | Move Focused Track to Bottom | none | Moves the focused track down to the bottom of the track table and moves the focus there. |
Extra: Scriptables I
Scripting Id | Action | Parameters | Description |
---|---|---|---|
SelectTime: | Select Time... | double Start, (default:unchanged) double End, (default:unchanged)
|
Modifies the temporal selection. Start and End are time. FromEnd allows selection from the end, which is handy to fade in and fade out a track. |
SelectFrequencies: | Select Frequencies... | double High, (default:unchanged) double Low, (default:unchanged) |
Modifies what frequencies are selected. High and Low are for spectral selection. |
SelectTracks: | Select Tracks... | double Track, (default:unchanged) double TrackCount, (default:unchanged)
|
Modifies which tracks are selected. First and Last are track numbers. High and Low are for spectral selection. The Mode parameter allows complex selections, e.g adding or removing tracks from the current selection. |
SetTrackStatus: | Set Track Status... | string Name, (default:unchanged) bool Selected, (default:unchanged) |
Sets properties for a track or channel (or both).Name is used to set the name. It is not used in choosing the track. |
SetTrackAudio: | Set Track Audio... | bool Mute, (default:unchanged) bool Solo, (default:unchanged) |
Sets properties for a track or channel (or both). Can set pan, gain, mute and solo. |
SetTrackVisuals: | Set Track Visuals... | int Height, (default:unchanged) enum Display, (default:unchanged)
enum Scale, (default:unchanged)
enum Color, (default:unchanged)
enum VZoom, (default:unchanged)
double VZoomHigh, (default:unchanged) |
Sets visual properties for a track or channel (or both). SpectralPrefs=1 sets the track to use general preferences, SpectralPrefs=1 per track prefs. When using general preferences, SetPreferences can be used to change a preference and so affect display of the track. |
GetPreference: | Get Preference... | string Name, (default:) |
Gets a single preference setting. |
SetPreference: | Set Preference... | string Name, (default:) string Value, (default:) |
Sets a single preference setting. Some settings such as them changes require a reload (use Reload=1), but this takes time and slows down a script. |
SetClip: | Set Clip... | double At, (default:unchanged) enum Color, (default:unchanged)
double Start, (default:unchanged) |
Modify a clip by stating the track or channel a time within it. Color and start position can be set. Try to avoid overlapping clips, as Audacity will allow it, but does not like them. |
SetEnvelope: | Set Envelope... | double Time, (default:unchanged) double Value, (default:unchanged) |
Modify an envelope by specifying a track or channel and a time within it. You cannot yet delete individual envelope points, but can delete the whole envelope using Delete=1. |
SetLabel: | Set Label... | int Label, (default:0) string Text, (default:unchanged) |
Modifies an existing label. You must give it the label number. |
SetProject: | Set Project... | string Name, (default:unchanged) double Rate, (default:unchanged) |
Sets the project window to a particular location and size. Can also change the caption - but that is cosmetic and may be overwritten again later by Audacity. |
Extra: Scriptables II
Scripting Id | Action | Parameters | Description |
---|---|---|---|
Select: | Select... | double Start, (default:unchanged) double End, (default:unchanged)
double High, (default:unchanged)
|
Selects audio. Start and End are time. First and Last are track numbers. High and Low are for spectral selection. FromEnd allows selection from the end, which is handy to fade in and fade out a track. The Mode parameter allows complex selections, e.g adding or removing tracks from the current selection. |
SetTrack: | Set Track... | string Name, (default:unchanged) bool Selected, (default:unchanged)
enum Scale, (default:unchanged)
enum Color, (default:unchanged)
enum VZoom, (default:unchanged)
double VZoomHigh, (default:unchanged) |
Sets properties for a track or channel (or both). Setting one channel of a stereo track can lead to interesting results. That's most used when setting relative sizing of the two channels. SpectralPrefs=1 sets the track to use general preferences, SpectralPrefs=1 per track prefs. When using general preferences, SetPreferences can be used to change a preference and so affect display of the track. Name is used to set the name. It is not used in choosing the track. |
GetInfo: | Get Info... | enum Type, (default:Commands)
enum Format, (default:JSON)
|
Gets information in a list in one of three formats. |
Message: | Message... | string Text, (default:Some message) |
Used in testing. Sends the Text string back to you. |
Help: | Help... | string Command, (default:Help) enum Format, (default:JSON)
|
This is an extract from GetInfo Commands, with just one command. |
Import2: | Import... | string Filename, (default:) |
Imports from a file. The automation command uses a text box to get the file name rather than a normal file-open dialog. |
Export2: | Export... | string Filename, (default:exported.wav) int NumChannels, (default:1) |
Exports to a named file. This version of export has the full set of export options. However, a current limitation is that the detailed option settings are always stored to and taken from saved preferences. The net effect is that for a given format, the most recently used options for that format will be used. In the current implementation, NumChannels should be 1 (mono) or 2 (stereo). |
OpenProject2: | Open Project... | string Filename, (default:test.aup3) bool AddToHistory, (default:false) |
Opens a project. |
SaveProject2: | Save Project... | string Filename, (default:name.aup3) bool AddToHistory, (default:False) |
Saves a project. |
Drag: | Move Mouse... | int Id, (default:unchanged) string Window, (default:unchanged)
|
Experimental command (called Drag in scripting) that moves the mouse. An Id can be used to move the mouse into a button to get the hover effect. Window names can be used instead. If To is specified, the command does a drag, otherwise just a hover. |
CompareAudio: | Compare Audio... | float Threshold, (default:0) |
Compares selected range on two tracks. Reports on the differences and similarities. |
Screenshot: | Screenshot (short format)... | none | A version of Tools -> Screenshot with a more minimal GUI. One of the most useful options is All_Tracks. The _Plus suffix includes the timeline. |
Help Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
QuickHelp: | Quick Help... | none | A brief version of help with some of the most essential information. |
Manual: | Manual... | none | Opens the manual in the default browser. |
Updates: | Check for Updates... | none | Checks online to see if this is the latest version of Audacity. |
About: | About Audacity... | none | Brings a dialog with information about Audacity, such as who wrote it, what features are enabled and the GNU GPL v2 license. |
Help: Diagnostics
Scripting Id | Action | Parameters | Description |
---|---|---|---|
DeviceInfo: | Audio Device Info... | none | Shows technical information about your detected audio device(s). |
MidiDeviceInfo: | MIDI Device Info... | none | Shows technical information about your detected MIDI device(s). |
Log: | Show Log... | none | Launches the "Audacity Log" window, the log is largely a debugging aid, having timestamps for each entry |
CrashReport: | Generate Support Data... | none | Selecting this will generate a Debug report which could be useful in aiding the developers to identify bugs in Audacity or in third-party plug-ins |
CheckDeps: | Check Dependencies... | none | Lists any WAV or AIFF audio files that your project depends on, and allows you to copy these files into the project |
No Menu
Scripting Id | Action | Parameters | Description |
---|---|---|---|
PrevWindow: | Previous Window | none | Navigates to the previous window. |
NextWindow: | Next Window | none | Navigates to the next window. |