From 25f2913d97910213c377524c04e3885c8a5eef04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 22 Jul 2002 14:30:36 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=47 --- CHANGELOG.txt | 7 +++++ Patches/04 example-draganddrop.pd | 25 --------------- Patches/18 example-info-rgb-event.pd | 59 ++++++++++++++++++++++++++++++++++++ Patches/19 example-draw-text.pd | 27 +++++++++++++++++ README.txt | 3 ++ 5 files changed, 96 insertions(+), 25 deletions(-) delete mode 100644 Patches/04 example-draganddrop.pd create mode 100644 Patches/18 example-info-rgb-event.pd create mode 100644 Patches/19 example-draw-text.pd diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 426adc3..1721b35 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +0.31 +- added plugins by Olaf Matthes: PeRColate and PixelPack. Thanks, Olaf! +- the console is back. It's good for printf():ing from plugins.. +- New filters: BitLeft, Picasso, PicChop, yage, zoomnoise +- Rewrote some examples, added a couple and numbered them +- Fs got CVS'd: http://sourceforge.net/projects/pure-data/cvs + 0.30 - vframe supports plugin parameters - doubleclicking the framestein-logo equals "reset" diff --git a/Patches/04 example-draganddrop.pd b/Patches/04 example-draganddrop.pd deleted file mode 100644 index 69757f4..0000000 --- a/Patches/04 example-draganddrop.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 323 36 589 430 12; -#X obj 15 37 fs.main; -#X msg 66 12 reset; -#X obj 38 185 fs.framed draganddrop; -#X msg 210 185 352 + 233; -#X obj 38 244 fs.event; -#X msg 50 288 set \$1; -#X obj 134 146 init; -#X obj 48 151 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 --1; -#X text 18 95 Using fs.frame to provide drag & drop:; -#X text 352 180 Drop a file here:; -#X msg 15 12 6001; -#X msg 50 387 G:/fsrel!; -#X connect 1 0 0 1; -#X connect 2 0 4 0; -#X connect 2 2 3 0; -#X connect 3 0 2 0; -#X connect 4 0 5 0; -#X connect 5 0 11 0; -#X connect 6 0 3 0; -#X connect 6 0 2 0; -#X connect 7 0 2 0; -#X connect 10 0 0 0; -#X connect 10 0 1 0; diff --git a/Patches/18 example-info-rgb-event.pd b/Patches/18 example-info-rgb-event.pd new file mode 100644 index 0000000..069a683 --- /dev/null +++ b/Patches/18 example-info-rgb-event.pd @@ -0,0 +1,59 @@ +#N canvas 232 1 710 655 12; +#X obj 10 37 fs.main; +#X msg 10 13 6001; +#X msg 52 13 reset; +#X obj 271 195 init; +#X obj 32 403 fs.info; +#X floatatom 26 449 5 0 0; +#X floatatom 77 449 5 0 0; +#X floatatom 129 449 5 0 0; +#X floatatom 180 449 5 0 0; +#X msg 378 159 bang; +#X text 435 159 click here; +#X text 29 475 width \, height \, framecount and framerate; +#X obj 368 376 fs.rgb; +#X obj 384 283 t b l; +#X obj 368 413 unpack f f f; +#X floatatom 370 448 5 0 0; +#X floatatom 423 448 5 0 0; +#X floatatom 477 448 5 0 0; +#X msg 271 225 head.avi \, mousetrack_1; +#X obj 515 363 unpack f f; +#X floatatom 515 391 5 0 0; +#X floatatom 590 390 5 0 0; +#X text 541 414 mouse x and y; +#X text 381 474 red \, green and blue at (x \, y); +#X obj 271 255 fs.framed example-info 20+100; +#X obj 271 532 fs.event; +#X obj 300 561 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 330 561 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X text 247 582 mousedown \, mouseup; +#X text 272 39 fs.info \, fs.rgb and fs.event; +#X text 436 183 then drag the image with mouse; +#X connect 1 0 0 0; +#X connect 1 0 2 0; +#X connect 2 0 0 1; +#X connect 3 0 18 0; +#X connect 4 0 5 0; +#X connect 4 1 6 0; +#X connect 4 2 7 0; +#X connect 4 3 8 0; +#X connect 9 0 24 0; +#X connect 12 0 14 0; +#X connect 13 0 12 0; +#X connect 13 1 12 1; +#X connect 13 1 19 0; +#X connect 14 0 15 0; +#X connect 14 1 16 0; +#X connect 14 2 17 0; +#X connect 18 0 24 0; +#X connect 19 0 20 0; +#X connect 19 1 21 0; +#X connect 24 0 4 0; +#X connect 24 0 12 0; +#X connect 24 0 25 0; +#X connect 24 1 13 0; +#X connect 25 1 26 0; +#X connect 25 2 27 0; diff --git a/Patches/19 example-draw-text.pd b/Patches/19 example-draw-text.pd new file mode 100644 index 0000000..d2dace5 --- /dev/null +++ b/Patches/19 example-draw-text.pd @@ -0,0 +1,27 @@ +#N canvas 232 1 676 655 12; +#X obj 10 37 fs.main; +#X msg 10 13 6001; +#X msg 52 13 reset; +#X obj 271 195 init; +#X obj 271 255 fs.framed example-draw 20+100; +#X obj 335 345 fs.draw; +#X msg 362 307 line \$1 \$2 \$3 \$4; +#X msg 271 225 head.avi \, mousetrack_1 \, mouserect_1; +#X text 244 30 fs.draw and fs.text; +#X text 403 345 click open for more commands; +#X obj 300 478 fs.text; +#X msg 347 407 In search of a bird; +#X msg 360 434 The sky was lost; +#X text 370 478 click open for more commands; +#X text 275 125 drag the image with mouse ...; +#X connect 1 0 0 0; +#X connect 1 0 2 0; +#X connect 2 0 0 1; +#X connect 3 0 7 0; +#X connect 4 1 6 0; +#X connect 5 0 4 0; +#X connect 6 0 5 0; +#X connect 7 0 4 0; +#X connect 10 0 4 0; +#X connect 11 0 10 0; +#X connect 12 0 10 0; diff --git a/README.txt b/README.txt index 94e9e84..9474305 100644 --- a/README.txt +++ b/README.txt @@ -70,6 +70,9 @@ framestein.org List for receiving update information: http://groups.yahoo.com/group/framestein +Framestein is CVS'd at +http://sourceforge.net/projects/pure-data/cvs + Send your feedback, ideas, plugins, ... jusu@iki.fi . -- cgit v1.2.1