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~.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~.pd')
-rw-r--r-- | fsfilelooper~.pd | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/fsfilelooper~.pd b/fsfilelooper~.pd deleted file mode 100644 index fd9caf1..0000000 --- a/fsfilelooper~.pd +++ /dev/null @@ -1,87 +0,0 @@ -#N canvas 683 441 573 321 10; -#X obj 240 21 inlet; -#X obj 155 42 loadbang; -#X obj 400 21 inlet; -#X obj 146 264 outlet~; -#X text 294 23 start frame; -#X text 445 19 end frame; -#X obj 240 96 purepd/float_argument \$2; -#X obj 400 96 purepd/float_argument \$3; -#X text 101 22 first arg is filename; -#X obj 40 21 inlet; -#X obj 40 96 purepd/symbol_argument \$1; -#X obj 155 65 trigger bang bang bang; -#X obj 40 176 table \$0-sample; -#X obj 146 197 fstablooper~ \$0-sample; -#N canvas 206 494 450 300 load 0; -#X obj 22 113 pack symbol symbol; -#X obj 22 136 zexy/makesymbol %s/%s; -#X obj 22 90 ggee/getdir 2; -#X obj 22 44 symbol; -#X obj 22 10 inlet; -#X obj 92 164 symbol \$0-sample; -#X obj 22 66 trigger bang anything bang; -#X obj 22 232 soundfiler; -#X obj 163 10 inlet; -#X obj 22 188 pack symbol symbol float; -#X msg 22 209 read -resize -maxsize \$3 \$1 \$2; -#X connect 0 0 1 0; -#X connect 1 0 9 0; -#X connect 2 0 0 0; -#X connect 3 0 6 0; -#X connect 4 0 3 0; -#X connect 5 0 9 1; -#X connect 6 0 2 0; -#X connect 6 1 0 1; -#X connect 6 2 5 0; -#X connect 8 0 9 2; -#X connect 9 0 10 0; -#X connect 10 0 7 0; -#X restore 40 155 pd load \$0-sample; -#N canvas 0 22 450 300 calc 0; -#X obj 89 16 inlet; -#X obj 249 16 inlet; -#X text 143 18 start frame; -#X text 294 14 end frame; -#X obj 126 269 outlet; -#X obj 141 140 fps_ms; -#X obj 126 106 -; -#X obj 89 79 float; -#X obj 126 160 *; -#X obj 89 52 trigger bang 0 bang; -#X obj 141 203 samplerate~; -#X obj 126 182 / 1000; -#X obj 126 247 + 1000; -#X obj 126 222 *; -#X text 171 247 give it a little extra pad; -#X connect 0 0 9 0; -#X connect 1 0 7 1; -#X connect 5 0 8 1; -#X connect 6 0 8 0; -#X connect 7 0 6 0; -#X connect 8 0 11 0; -#X connect 9 0 7 0; -#X connect 9 1 6 1; -#X connect 9 2 5 0; -#X connect 9 2 10 0; -#X connect 10 0 13 1; -#X connect 11 0 13 0; -#X connect 12 0 4 0; -#X connect 13 0 12 0; -#X restore 139 135 pd calc array maxsize; -#X msg 252 45 bang; -#X connect 0 0 6 0; -#X connect 1 0 11 0; -#X connect 2 0 7 0; -#X connect 6 0 13 1; -#X connect 6 0 15 0; -#X connect 7 0 13 2; -#X connect 7 0 15 1; -#X connect 9 0 10 0; -#X connect 10 0 14 0; -#X connect 11 0 10 0; -#X connect 11 1 6 0; -#X connect 11 2 7 0; -#X connect 13 0 3 0; -#X connect 15 0 14 1; -#X connect 16 0 11 0; |