1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 09:00:07 +02:00

Move 3 Nyquist plug-ins into Tools menu

This commit is contained in:
James Crook 2018-03-03 20:29:22 +00:00
parent 6e40d6d969
commit fbef142fa5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;type analyze ;type tool
$name (_"Regular Interval Labels") $name (_"Regular Interval Labels")
;manpage "Regular_Interval_Labels" ;manpage "Regular_Interval_Labels"
$action (_"Adding equally-spaced labels to the label track...") $action (_"Adding equally-spaced labels to the label track...")

View File

@ -1,6 +1,6 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type analyze ;type tool
$name (_"Sample Data Export") $name (_"Sample Data Export")
;manpage "Sample_Data_Export" ;manpage "Sample_Data_Export"
$action (_"Analyzing...") $action (_"Analyzing...")

View File

@ -1,6 +1,6 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;type generate ;type tool
$name (_"Sample Data Import") $name (_"Sample Data Import")
;manpage "Sample_Data_Import" ;manpage "Sample_Data_Import"
$action (_"Reading and rendering samples...") $action (_"Reading and rendering samples...")