aboutsummaryrefslogtreecommitdiff
path: root/fsfilelooper~-help.pd
blob: e5056de997ca6fd9684146c1715f9326e7e1ab87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 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;