1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 07:40:10 +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
;type analyze
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;name "Silence Finder..."
$name (_"Silence Finder...")
;manpage "Silence_Finder"
;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."

View File

@@ -2,7 +2,7 @@
;version 1
;type analyze
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;name "Sound Finder..."
$name (_"Sound Finder...")
;manpage "Sound_Finder"
;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."

View File

@@ -1,7 +1,7 @@
;nyquist plug-in
;version 4
;type process spectral
;name "Spectral edit multi tool"
$name (_"Spectral edit multi tool")
;manpage "Spectral_edit_multi_tool"
;action "Filtering..."
;author "Paul Licameli"

View File

@@ -2,7 +2,7 @@
;version 4
;type process spectral
;preview linear
;name "Spectral edit parametric EQ..."
$name (_"Spectral edit parametric EQ...")
;manpage "Spectral_edit_parametric_EQ"
;action "Filtering..."
;author "Paul Licameli"

View File

@@ -2,7 +2,7 @@
;version 4
;type process spectral
;preview linear
;name "Spectral edit shelves..."
$name (_"Spectral edit shelves...")
;manpage "Spectral_edit_shelves"
;action "Filtering..."
;author "Paul Licameli"

View File

@@ -2,7 +2,7 @@
;version 1
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Studio Fade Out"
$name (_"Studio Fade Out")
;manpage "Fades#studio_fadeout"
;action "Applying Fade..."
;author "Steve Daulton"
@@ -42,4 +42,4 @@
((< len 3) "Selection too short.\nIt must be more than 2 samples.")
((< dur 0.2) (mult s (r-cos dur)))
(t (mult (filter s dur)(r-cos dur)))))

View File

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

View File

@@ -2,7 +2,7 @@
;version 1
;type analyze
;categories "https://audacityteam.org/namespace#OnsetDetector"
;name "Beat Finder..."
$name (_"Beat Finder...")
;manpage "Beat_Finder"
;action "Finding beats..."
;author "Audacity"

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;preview enabled
;name "Clip Fix..."
$name (_"Clip Fix...")
;manpage "Clip_Fix"
;action "Reconstructing clips..."
;author "Benjamin Schwartz and Steve Daulton"

View File

@@ -3,7 +3,7 @@
;type process
;mergeclips 1
;restoresplits 0
;name "Crossfade Clips"
$name (_"Crossfade Clips")
;manpage "Crossfade_Clips"
;action "Crossfading..."
;author "Steve Daulton"

View File

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

View File

@@ -3,7 +3,7 @@
;type process
;preview linear
;categories "http://lv2plug.in/ns/lv2core#DelayPlugin"
;name "Delay..."
$name (_"Delay...")
;manpage "Delay"
;action "Applying Delay Effect..."
;author "Steve Daulton"

View File

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

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;preview linear
;name "High Pass Filter..."
$name (_"High Pass Filter...")
;manpage "High_Pass_Filter"
;debugbutton disabled
;action "Performing High Pass Filter..."

View File

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

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;preview linear
;name "Low Pass Filter..."
$name (_"Low Pass Filter...")
;manpage "Low_Pass_Filter"
;debugbutton disabled
;action "Performing Low Pass Filter..."

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Vocal Reduction and Isolation..."
$name (_"Vocal Reduction and Isolation...")
;manpage "Vocal_Reduction_and_Isolation"
;action "Applying Action..."
;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 *norm* 1.0)
(expand 120); remove for lower efficiency/more conservative memory management
(catalog)
(catalog)

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;preview linear
;name "Vocal Remover..."
$name (_"Vocal Remover...")
;manpage "Vocal_Remover"
;action "Removing center-panned audio..."
;info "For reducing center-panned vocals"

View File

@@ -3,7 +3,7 @@
;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin"
;name "Vocoder..."
$name (_"Vocoder...")
;manpage "Vocoder"
;action "Processing Vocoder..."
;author "Edgar-RFT"