diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 04:10:05 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 04:10:05 +0000 |
commit | dc149d5df0de3e1c1c8e6c6519d23a8c7d9e021c (patch) | |
tree | c907cd1007dca89573b56ba50f1a97d48f944177 /fsfilelooper~-help.pd | |
parent | 56b4683704ce8da97270cce67075df9fe86c1840 (diff) |
removed 'fs' prefix for objects where there are no name conflicts
svn path=/trunk/externals/framesync/; revision=14467
Diffstat (limited to 'fsfilelooper~-help.pd')
-rw-r--r-- | fsfilelooper~-help.pd | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fsfilelooper~-help.pd b/fsfilelooper~-help.pd deleted file mode 100644 index 51cf8f0..0000000 --- a/fsfilelooper~-help.pd +++ /dev/null @@ -1,23 +0,0 @@ -#N canvas 730 299 556 452 10; -#X text 23 15 loops a sound file between a startframe and endframe -; -#X text 163 188 start; -#X text 164 200 frame; -#X text 288 199 frame; -#X text 288 189 end; -#X text 27 238 audio out; -#X text 49 197 filename; -#X obj 170 57 frameclock 400; -#X obj 54 285 output~; -#X text 311 214 args: filename startframe# endframe#; -#X text 26 146 This will loop the voice.wav sound file starting at -frame 50 and ending at frame 200:; -#X obj 54 216 fsfilelooper~ ../../sound/voice.wav 15 111; -#X text 29 341 FYI: if the time between start frame and end frame is -shorter than the sample file \, then you'll get an error message in -the Pd window:; -#X text 44 385 error: soundfiler_read: truncated to 2.249e+06 elements -; -#X text 29 401 It is safe to ignore this message \, it just means it -didn't load the entire sample into memory.; -#X connect 11 0 8 0; |