diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:27:43 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:27:43 +0000 |
commit | 158623f3d62b49d88c990d662d8bdfa527175471 (patch) | |
tree | a2ca866509c9d12d894590b4fbdc77f2ca4954a0 /Patches/14 example-hist.pd | |
parent | 8c1d53dbb2c5bd6c6dc6c718ef51c11254bd5833 (diff) |
removed white space
svn path=/trunk/Framestein/; revision=102
Diffstat (limited to 'Patches/14 example-hist.pd')
-rw-r--r-- | Patches/14 example-hist.pd | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Patches/14 example-hist.pd b/Patches/14 example-hist.pd deleted file mode 100644 index e9c378c..0000000 --- a/Patches/14 example-hist.pd +++ /dev/null @@ -1,46 +0,0 @@ -#N canvas 276 11 723 503 12; -#X obj 243 98 videoscrub; -#X floatatom 230 39 5 0 0; -#X obj 279 40 play 0; -#X msg 332 40 mousetrack_1; -#X graph graph1 0 -1 255 1 498 164 698 24; -#X array red 256 float 0; -#X pop; -#X msg 212 11 bang; -#X obj 9 39 fs.main; -#X msg 9 13 6001; -#X msg 60 13 reset; -#X obj 212 70 fs.framed example-hist 11+97; -#X graph graph2 0 -1 255 1 498 311 698 171; -#X array green 256 float 0; -#X pop; -#X graph graph3 0 -1 255 1 498 459 698 319; -#X array blue 256 float 0; -#X pop; -#X obj 217 183 fs.hist 0 red; -#X obj 230 208 fs.hist 1 green; -#X obj 245 234 fs.hist 2 blue; -#X text 110 13 click reset; -#X text 6 271 drop your favorite videofile to the frame .. then scrub -it!; -#X text 6 442 NOTE: fs.hist writes temporary files to your c:/.; -#X text 55 461 modify fs.hist.pd for a proper temporary path.; -#X obj 332 14 init; -#X msg 243 127 HARMON.JPG; -#X connect 0 0 9 0; -#X connect 1 0 2 0; -#X connect 2 0 9 0; -#X connect 3 0 9 0; -#X connect 5 0 9 0; -#X connect 7 0 6 0; -#X connect 7 0 8 0; -#X connect 8 0 6 1; -#X connect 9 0 0 0; -#X connect 9 0 12 0; -#X connect 9 0 13 0; -#X connect 9 0 14 0; -#X connect 9 1 0 1; -#X connect 9 1 5 0; -#X connect 19 0 3 0; -#X connect 19 0 20 0; -#X connect 20 0 9 0; |