1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Rewrite ;info

This commit is contained in:
Paul Licameli 2018-03-01 14:38:38 -05:00
parent 72df4e833c
commit 5e390f331a
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
$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."
$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"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,7 +5,7 @@
$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."
$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"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -7,7 +7,7 @@ $name (_"Pluck...")
;debugbutton false
;preview linear
$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"
;copyright "Released under terms of the GNU General Public License version 2"

View File

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