From ecf0f4511d95e41d67cfbbfefd08598f129fb03a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 8 May 2009 15:27:55 +0000 Subject: switched the voice.wav message to a relative path so it works in a wide array of Pd installations svn path=/trunk/externals/bsaylor/; revision=11302 --- help/pvoc~-help.pd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help/pvoc~-help.pd b/help/pvoc~-help.pd index 4a9f7f2..90b0262 100644 --- a/help/pvoc~-help.pd +++ b/help/pvoc~-help.pd @@ -1,4 +1,5 @@ #N canvas 143 0 760 635 10; +#X declare -lib bsaylor; #X obj 265 611 dac~; #X obj 304 561 vsl 8 64 0 1 0 1 empty empty empty 0 -8 0 8 -260818 -1 -1 3200 1; @@ -9,7 +10,7 @@ #X array sample 62079 float 0; #X coords 0 1 62078 -1 560 100 1; #X restore 77 52 graph; -#X msg 346 506 read -resize /usr/local/lib/pd/doc/sound/voice.wav sample +#X msg 346 506 read -resize ../../sound/voice.wav sample ; #X obj 346 526 soundfiler; #X obj 346 547 s length; -- cgit v1.2.1