-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.praat
More file actions
25 lines (21 loc) · 984 Bytes
/
setup.praat
File metadata and controls
25 lines (21 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Setup script for sndutils
#
# Find the latest version of this plugin at
# https://gitlab.com/cpran/plugin_sndutils
#
# Written by José Joaquín Atria
#
# This script is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# A copy of the GNU General Public License is available at
# <http://www.gnu.org/licenses/>.
## Static commands:
# Base menu
nocheck Add menu command: "Objects", "Praat", "sndutils", "CPrAN", 1, ""
nocheck Add menu command: "Objects", "Praat", "Batch RMS normalisation...", "sndutils", 2, "scripts/batch_rms_normalise.praat"
# Sound commands
Add action command: "Sound", 0, "", 0, "", 0, "Filter and center...", "Filter -", 1, "scripts/filter_and_center.praat"
Add action command: "Sound", 0, "", 0, "", 0, "Normalise (RMS)...", "Modify -", 1, "scripts/rms_normalise.praat"