From 9fecc6b39e6b4467c897c90961a1d81f1a348018 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 16 Nov 2009 22:14:52 +0000 Subject: made help patch fully show functionality svn path=/trunk/externals/framesync/; revision=12777 --- fsfilelooper~-help.pd | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/fsfilelooper~-help.pd b/fsfilelooper~-help.pd index afa8f5b..e5056de 100644 --- a/fsfilelooper~-help.pd +++ b/fsfilelooper~-help.pd @@ -1,17 +1,18 @@ -#N canvas 293 407 578 286 10; -#X text 30 109 loops a sound file between a startframe and endframe +#N canvas 293 407 582 328 10; +#X text 30 7 loops a sound file between a startframe and endframe; +#X text 138 179 start; +#X text 139 191 frame; +#X text 223 191 frame; +#X text 223 181 end; +#X text 34 230 audio out; +#X text 56 189 filename; +#X text 185 229 line (0-1) for position between startframe and endframe ; -#X obj 198 22 frameclock 100; -#X text 173 142 start; -#X text 174 154 frame; -#X text 258 154 frame; -#X text 258 144 end; -#X text 69 193 audio out; -#X text 114 237 argument: filename startframe# endframe#; -#X obj 88 220 dac~; -#X text 91 152 filename; -#X obj 96 171 fsfilelooper~ ../../sound/voice.wav 20 45; -#X text 220 192 line (0-1) for position between startframe and endframe -; -#X connect 10 0 8 0; -#X connect 10 0 8 1; +#X obj 214 42 frameclock 400; +#X obj 61 208 fsfilelooper~ ../../sound/voice.wav 50 200; +#X obj 53 257 output~; +#X text 318 206 args: filename startframe# endframe#; +#X text 33 138 This will loop the voice.wav sound file starting at +frame 50 and ending at frame 200:; +#X connect 9 0 10 0; +#X connect 9 0 10 1; -- cgit v1.2.1