diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-08 15:27:55 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:36:00 +0200 |
commit | ecf0f4511d95e41d67cfbbfefd08598f129fb03a (patch) | |
tree | b0af7a46ffb554a57eff49abf8d451e4560741a6 | |
parent | 66113ecc32634c47fd79a50854992063ad45b37d (diff) |
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
-rw-r--r-- | help/pvoc~-help.pd | 3 |
1 files changed, 2 insertions, 1 deletions
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; |