1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 16:20:50 +02:00

Rewrite ;action

This commit is contained in:
Paul Licameli 2018-03-01 14:37:59 -05:00
parent a13827e024
commit 72df4e833c
26 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
$name (_"Silence Finder...") $name (_"Silence Finder...")
;manpage "Silence_Finder" ;manpage "Silence_Finder"
;action "Finding silence..." $action (_"Finding silence...")
;info "Adds point labels in areas of silence according to the specified\nlevel and duration of silence. If too many silences are detected,\nincrease the silence level and duration; if too few are detected,\nreduce the level and duration." ;info "Adds point labels in areas of silence according to the specified\nlevel and duration of silence. If too many silences are detected,\nincrease the silence level and duration; if too few are detected,\nreduce the level and duration."
;author "Alex S. Brown" ;author "Alex S. Brown"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
$name (_"Sound Finder...") $name (_"Sound Finder...")
;manpage "Sound_Finder" ;manpage "Sound_Finder"
;action "Finding sound..." $action (_"Finding sound...")
;info "Adds region labels for areas of sound according to the specified level\nand duration of surrounding silence. If too many labels are produced,\nincrease the silence level and duration; if too few are produced,\nreduce the level and duration." ;info "Adds region labels for areas of sound according to the specified level\nand duration of surrounding silence. If too many labels are produced,\nincrease the silence level and duration; if too few are produced,\nreduce the level and duration."
;author "Jeremy R. Brown" ;author "Jeremy R. Brown"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,7 +3,7 @@
;type process spectral ;type process spectral
$name (_"Spectral edit multi tool") $name (_"Spectral edit multi tool")
;manpage "Spectral_edit_multi_tool" ;manpage "Spectral_edit_multi_tool"
;action "Filtering..." $action (_"Filtering...")
;author "Paul Licameli" ;author "Paul Licameli"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;preview linear ;preview linear
$name (_"Spectral edit parametric EQ...") $name (_"Spectral edit parametric EQ...")
;manpage "Spectral_edit_parametric_EQ" ;manpage "Spectral_edit_parametric_EQ"
;action "Filtering..." $action (_"Filtering...")
;author "Paul Licameli" ;author "Paul Licameli"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;preview linear ;preview linear
$name (_"Spectral edit shelves...") $name (_"Spectral edit shelves...")
;manpage "Spectral_edit_shelves" ;manpage "Spectral_edit_shelves"
;action "Filtering..." $action (_"Filtering...")
;author "Paul Licameli" ;author "Paul Licameli"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
$name (_"Studio Fade Out") $name (_"Studio Fade Out")
;manpage "Fades#studio_fadeout" ;manpage "Fades#studio_fadeout"
;action "Applying Fade..." $action (_"Applying Fade...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -7,7 +7,7 @@
$name (_"Adjustable Fade...") $name (_"Adjustable Fade...")
;manpage "Adjustable_Fade" ;manpage "Adjustable_Fade"
;debugbutton false ;debugbutton false
;action "Applying Fade..." $action (_"Applying Fade...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;categories "https://audacityteam.org/namespace#OnsetDetector" ;categories "https://audacityteam.org/namespace#OnsetDetector"
$name (_"Beat Finder...") $name (_"Beat Finder...")
;manpage "Beat_Finder" ;manpage "Beat_Finder"
;action "Finding beats..." $action (_"Finding beats...")
;author "Audacity" ;author "Audacity"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;preview enabled ;preview enabled
$name (_"Clip Fix...") $name (_"Clip Fix...")
;manpage "Clip_Fix" ;manpage "Clip_Fix"
;action "Reconstructing clips..." $action (_"Reconstructing clips...")
;author "Benjamin Schwartz and Steve Daulton" ;author "Benjamin Schwartz and Steve Daulton"
;copyright "Licensing confirmed under terms of the GNU General Public License version 2" ;copyright "Licensing confirmed under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
;restoresplits 0 ;restoresplits 0
$name (_"Crossfade Clips") $name (_"Crossfade Clips")
;manpage "Crossfade_Clips" ;manpage "Crossfade_Clips"
;action "Crossfading..." $action (_"Crossfading...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
$name (_"Crossfade Tracks...") $name (_"Crossfade Tracks...")
;manpage "Crossfade_Tracks" ;manpage "Crossfade_Tracks"
;debugbutton disabled ;debugbutton disabled
;action "Crossfading..." $action (_"Crossfading...")
;preview selection ;preview selection
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
;categories "http://lv2plug.in/ns/lv2core#DelayPlugin" ;categories "http://lv2plug.in/ns/lv2core#DelayPlugin"
$name (_"Delay...") $name (_"Delay...")
;manpage "Delay" ;manpage "Delay"
;action "Applying Delay Effect..." $action (_"Applying Delay Effect...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,7 +3,7 @@
;type analyze ;type analyze
$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...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$name (_"High Pass Filter...") $name (_"High Pass Filter...")
;manpage "High_Pass_Filter" ;manpage "High_Pass_Filter"
;debugbutton disabled ;debugbutton disabled
;action "Performing High Pass Filter..." $action (_"Performing High Pass Filter...")
;author "Dominic Mazzoni" ;author "Dominic Mazzoni"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$name (_"Limiter...") $name (_"Limiter...")
;manpage "Limiter" ;manpage "Limiter"
;debugbutton false ;debugbutton false
;action "Limiting..." $action (_"Limiting...")
;preview enabled ;preview enabled
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$name (_"Low Pass Filter...") $name (_"Low Pass Filter...")
;manpage "Low_Pass_Filter" ;manpage "Low_Pass_Filter"
;debugbutton disabled ;debugbutton disabled
;action "Performing Low Pass Filter..." $action (_"Performing Low Pass Filter...")
;author "Dominic Mazzoni" ;author "Dominic Mazzoni"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$name (_"Notch Filter...") $name (_"Notch Filter...")
;manpage "Notch_Filter" ;manpage "Notch_Filter"
;debugbutton false ;debugbutton false
;action "Applying Notch Filter..." $action (_"Applying Notch Filter...")
;author "Steve Daulton and Bill Wharrie" ;author "Steve Daulton and Bill Wharrie"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -6,7 +6,7 @@ $name (_"Pluck...")
;manpage "Pluck" ;manpage "Pluck"
;debugbutton false ;debugbutton false
;preview linear ;preview linear
;action "Generating pluck sound..." $action (_"Generating pluck sound...")
;info "MIDI values for C notes: 36, 48, 60 [middle C], 72, 84, 96." ;info "MIDI values for C notes: 36, 48, 60 [middle C], 72, 84, 96."
;author "David R.Sky" ;author "David R.Sky"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$name (_"Rhythm Track...") $name (_"Rhythm Track...")
;manpage "Rhythm_Track" ;manpage "Rhythm_Track"
;preview linear ;preview linear
;action "Generating Rhythm..." $action (_"Generating Rhythm...")
;author "Dominic Mazzoni" ;author "Dominic Mazzoni"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -6,7 +6,7 @@
;i18n-hint named for Jean-Claude Risset (silent t) ;i18n-hint named for Jean-Claude Risset (silent t)
$name (_"Risset Drum...") $name (_"Risset Drum...")
;manpage "Risset_Drum" ;manpage "Risset_Drum"
;action "Generating Risset Drum..." $action (_"Generating Risset Drum...")
;author "Steven Jones" ;author "Steven Jones"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,7 +3,7 @@
;type analyze ;type analyze
$name (_"Sample Data Export...") $name (_"Sample Data Export...")
;manpage "Sample_Data_Export" ;manpage "Sample_Data_Export"
;action "Analyzing..." $action (_"Analyzing...")
;maxlen 1000001 ;maxlen 1000001
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;author "Steve Daulton" ;author "Steve Daulton"

View File

@ -3,7 +3,7 @@
;type generate ;type generate
$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...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -6,7 +6,7 @@
$name (_"Tremolo...") $name (_"Tremolo...")
;manpage "Tremolo" ;manpage "Tremolo"
;debugbutton disabled ;debugbutton disabled
;action "Applying Tremolo..." $action (_"Applying Tremolo...")
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,7 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
$name (_"Vocal Reduction and Isolation...") $name (_"Vocal Reduction and Isolation...")
;manpage "Vocal_Reduction_and_Isolation" ;manpage "Vocal_Reduction_and_Isolation"
;action "Applying Action..." $action (_"Applying Action...")
;author "Robert Haenggi" ;author "Robert Haenggi"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"
;; ;;

View File

@ -4,7 +4,7 @@
;preview linear ;preview linear
$name (_"Vocal Remover...") $name (_"Vocal Remover...")
;manpage "Vocal_Remover" ;manpage "Vocal_Remover"
;action "Removing center-panned audio..." $action (_"Removing center-panned audio...")
;info "For reducing center-panned vocals" ;info "For reducing center-panned vocals"
;author "Steve Daulton" ;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin" ;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin"
$name (_"Vocoder...") $name (_"Vocoder...")
;manpage "Vocoder" ;manpage "Vocoder"
;action "Processing Vocoder..." $action (_"Processing Vocoder...")
;author "Edgar-RFT" ;author "Edgar-RFT"
;copyright "Released under terms of the GNU General Public License version 2" ;copyright "Released under terms of the GNU General Public License version 2"