diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-20 00:37:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-20 00:37:29 +0000 |
commit | 62ce7b9fe1147f91c889adce0738ee5b5bb8de3e (patch) | |
tree | 5ee85542fd503f97ef2e736228934b54f1eb6193 | |
parent | b6276ccc5134de2b796331b6d2f68313383b63aa (diff) |
added note about soundfiler truncate message
svn path=/trunk/externals/framesync/; revision=12804
-rw-r--r-- | fsfilelooper~-help.pd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fsfilelooper~-help.pd b/fsfilelooper~-help.pd index d4ca603..51cf8f0 100644 --- a/fsfilelooper~-help.pd +++ b/fsfilelooper~-help.pd @@ -1,4 +1,4 @@ -#N canvas 256 119 556 379 10; +#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; @@ -13,4 +13,11 @@ #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; |