1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Remove redundant ellipses from names in .ny files...

... The code that parses the header was always just throwing them out.

The code that populates menus deduces whether to add ellipses, as there are
controls or not, regardless what the $name line said.
This commit is contained in:
Paul Licameli 2018-03-02 00:19:56 -05:00
parent 0beb16210f
commit da39cc451f
24 changed files with 23 additions and 25 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

@ -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

@ -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

@ -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

@ -4,7 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;preview linear
;i18n-hint named for Jean-Claude Risset (silent t)
$name (_"Risset Drum...")
$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")

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")

View File

@ -1726,8 +1726,6 @@ bool NyquistEffect::Parse(
if (len >= 2 && tokens[0] == wxT("name")) {
mName = UnQuote(tokens[1]);
if (mName.EndsWith(wxT("...")))
mName = mName.RemoveLast(3);
return true;
}