aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 22:14:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 22:14:52 +0000
commit9fecc6b39e6b4467c897c90961a1d81f1a348018 (patch)
treed2b66ea66cc8400df0362e1a309aadb9384c5234
parent257ee04252d7c298e2d7184f97a5ce29be9fe501 (diff)
made help patch fully show functionality
svn path=/trunk/externals/framesync/; revision=12777
-rw-r--r--fsfilelooper~-help.pd33
1 files 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;