Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15756
Modified Files: pipe-test.pl Log Message: Make it slightly more generic. Index: pipe-test.pl =================================================================== RCS file: /cvsroot/audacity/audacity-src/scripts/pipe-test.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- pipe-test.pl 17 Aug 2009 18:32:24 -0000 1.9 +++ pipe-test.pl 23 Sep 2009 04:10:14 -0000 1.10 @@ -12,8 +12,10 @@ use Time::HiRes qw( gettimeofday tv_interval ); use List::Util qw( max ); -# Where should screenshots be saved? -our $screenshotDir = "/home/dan/Temp"; +# Where should screenshots and exported tracks be saved? +our $home = $ENV{HOME}; +our $screenshotDir = $home.'/pipetest/'; +our $effectTestDir = $home.'/pipetest/'; # Variables for pipe names our $Name; @@ -485,7 +487,6 @@ # Send some test commands -our $effectTestDir = "/home/dan/Temp/ref"; exportEffects($effectTestDir); testEffects($effectTestDir); ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs