1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Rewrite ;name

This commit is contained in:
Paul Licameli
2018-03-01 14:36:17 -05:00
parent ff3a869e83
commit a13827e024
26 changed files with 29 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
;version 1 ;version 1
;type analyze ;type analyze
;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."

View File

@@ -2,7 +2,7 @@
;version 1 ;version 1
;type analyze ;type analyze
;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."

View File

@@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;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"

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process spectral ;type process spectral
;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"

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process spectral ;type process spectral
;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"

View File

@@ -2,7 +2,7 @@
;version 1 ;version 1
;type process ;type process
;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"
@@ -42,4 +42,4 @@
((< len 3) "Selection too short.\nIt must be more than 2 samples.") ((< len 3) "Selection too short.\nIt must be more than 2 samples.")
((< dur 0.2) (mult s (r-cos dur))) ((< dur 0.2) (mult s (r-cos dur)))
(t (mult (filter s dur)(r-cos dur))))) (t (mult (filter s dur)(r-cos dur)))))

View File

@@ -4,7 +4,7 @@
;preview linear ;preview linear
;preview selection ;preview selection
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Adjustable Fade..." $name (_"Adjustable Fade...")
;manpage "Adjustable_Fade" ;manpage "Adjustable_Fade"
;debugbutton false ;debugbutton false
;action "Applying Fade..." ;action "Applying Fade..."

View File

@@ -2,7 +2,7 @@
;version 1 ;version 1
;type analyze ;type analyze
;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"

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;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"

View File

@@ -3,7 +3,7 @@
;type process ;type process
;mergeclips 1 ;mergeclips 1
;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"

View File

@@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;type process ;type process
;name "Crossfade Tracks..." $name (_"Crossfade Tracks...")
;manpage "Crossfade_Tracks" ;manpage "Crossfade_Tracks"
;debugbutton disabled ;debugbutton disabled
;action "Crossfading..." ;action "Crossfading..."

View File

@@ -3,7 +3,7 @@
;type process ;type process
;preview linear ;preview linear
;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"

View File

@@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;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"

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;preview linear ;preview linear
;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..."

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;categories "http://lv2plug.in/ns/lv2core/#DynamicsPlugin" ;categories "http://lv2plug.in/ns/lv2core/#DynamicsPlugin"
;name "Limiter..." $name (_"Limiter...")
;manpage "Limiter" ;manpage "Limiter"
;debugbutton false ;debugbutton false
;action "Limiting..." ;action "Limiting..."

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;preview linear ;preview linear
;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..."

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;preview linear ;preview linear
;name "Notch Filter..." $name (_"Notch Filter...")
;manpage "Notch_Filter" ;manpage "Notch_Filter"
;debugbutton false ;debugbutton false
;action "Applying Notch Filter..." ;action "Applying Notch Filter..."

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type generate ;type generate
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;name "Pluck..." $name (_"Pluck...")
;manpage "Pluck" ;manpage "Pluck"
;debugbutton false ;debugbutton false
;preview linear ;preview linear

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type generate ;type generate
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;name "Rhythm Track..." $name (_"Rhythm Track...")
;manpage "Rhythm_Track" ;manpage "Rhythm_Track"
;preview linear ;preview linear
;action "Generating Rhythm..." ;action "Generating Rhythm..."

View File

@@ -3,7 +3,8 @@
;type generate ;type generate
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;preview linear ;preview linear
;name "Risset Drum..." ;i18n-hint named for Jean-Claude Risset (silent t)
$name (_"Risset Drum...")
;manpage "Risset_Drum" ;manpage "Risset_Drum"
;action "Generating Risset Drum..." ;action "Generating Risset Drum..."
;author "Steven Jones" ;author "Steven Jones"

View File

@@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;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

View File

@@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 4 ;version 4
;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"

View File

@@ -3,7 +3,7 @@
;type process ;type process
;preview linear ;preview linear
;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin" ;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin"
;name "Tremolo..." $name (_"Tremolo...")
;manpage "Tremolo" ;manpage "Tremolo"
;debugbutton disabled ;debugbutton disabled
;action "Applying Tremolo..." ;action "Applying Tremolo..."

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;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"
@@ -238,4 +238,4 @@ bar-x bar-y s-xy s-x2 s-y2 (sqrt s-x2) (sqrt s-y2) r r2 (* s-y2 (- 1 r2)) a0 a1)
(setf *map* (snd-pwl 0 10000 (list 0 0.5 10000 0.0 20000 -0.5 20001))) (setf *map* (snd-pwl 0 10000 (list 0 0.5 10000 0.0 20000 -0.5 20001)))
(setf *norm* 1.0) (setf *norm* 1.0)
(expand 120); remove for lower efficiency/more conservative memory management (expand 120); remove for lower efficiency/more conservative memory management
(catalog) (catalog)

View File

@@ -2,7 +2,7 @@
;version 4 ;version 4
;type process ;type process
;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"

View File

@@ -3,7 +3,7 @@
;type process ;type process
;preview enabled ;preview enabled
;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"