Update of /cvsroot/audacity/audacity-src/plug-ins
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3539

Modified Files:
        SilenceMarker.ny 
Log Message:
A few wording changes to distinguish Silence Finder from Sound Finder.

Index: SilenceMarker.ny
===================================================================
RCS file: /cvsroot/audacity/audacity-src/plug-ins/SilenceMarker.ny,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SilenceMarker.ny    4 Jun 2008 19:10:40 -0000       1.4
+++ SilenceMarker.ny    30 Dec 2009 07:20:05 -0000      1.5
@@ -4,7 +4,7 @@
 ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin";
 ;name "Silence Finder..."
 ;action "Finding silence..."
-;info "Written by Alex S. Brown, PMP (http://www.alexsbrown.com)\n\Released 
under terms of the GNU General Public License version 2\nPlaces labels at areas 
of silence according to the level and\nduration of silence you specify. If too 
many silences are detected,\nincrease the silence level and duration, and if 
too few are detected,\nreduce the level and duration."
+;info "Written by Alex S. Brown, PMP (http://www.alexsbrown.com) \nReleased 
under terms of the GNU General Public License version 2\nAdds 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."
 ;control sil-lev "Treat audio below this level as silence [ -dB]" real "" 26 0 
100
 ;control sil-dur "Minimum duration of silence [seconds]" real "" 1.0 0.1 5.0
 ;control labelbeforedur "Label placement [seconds before silence ends]" real 
"" 0.3 0.0 1.0
@@ -102,6 +102,6 @@
 
 ;If no silence markers were found, return a message
 (if (null l)
- (setq l "No silences found. Try reducing the silence\nlevel and minimum 
silence duration")
+ (setq l "No silences found. Try reducing the silence\nlevel and minimum 
silence duration.")
 )
 l


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to