diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-09-18 16:32:27 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-09-18 16:32:27 +0000 |
commit | 3bd43c9d18e565e193e555f9de0ce916f8faf807 (patch) | |
tree | 81b3938b9863edf96efa6e0b1adf33081da5f440 /Patches | |
parent | abe3e28bb8c11236f42046e1c1fd6f809b00a823 (diff) |
*** empty log message ***
svn path=/trunk/Framestein/; revision=132
Diffstat (limited to 'Patches')
-rw-r--r-- | Patches/fps.pd | 4 | ||||
-rw-r--r-- | Patches/fs.copy.pd | 8 | ||||
-rw-r--r-- | Patches/fs.main.pd | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/Patches/fps.pd b/Patches/fps.pd index 3e61074..c0731bf 100644 --- a/Patches/fps.pd +++ b/Patches/fps.pd @@ -1,10 +1,10 @@ -#N canvas 17 261 466 316 12; +#N canvas 17 261 472 322 12; #X obj 307 192 /; #X obj 319 128 t b f; #X obj 67 27 inlet; #X msg 293 157 1000; #X obj 87 222 outlet; -#X obj 87 112 metro 1000; +#X obj 87 111 metro 1000; #X text 10 -1 sends bangs to make "frames per second"; #X obj 226 62 float \$1; #X obj 226 32 loadbang; diff --git a/Patches/fs.copy.pd b/Patches/fs.copy.pd index cf6a311..c646056 100644 --- a/Patches/fs.copy.pd +++ b/Patches/fs.copy.pd @@ -1,4 +1,4 @@ -#N canvas 52 54 934 446 12; +#N canvas 52 54 936 448 12; #X obj 173 21 loadbang; #X obj 208 271 fs_sender; #X msg 173 204 copy \$1; @@ -31,9 +31,11 @@ srcpaint whiteness; ; #X text 468 329 transparent_0/1 mirrorleftright_0/1 mirrorupdown_0/1 ; -#X text 467 358 "plugin_name" (see example-plugins.pd); +#X text 467 378 "plugin_name" (see example-plugins.pd); #X obj 173 51 symbol \$0C; -#X text 467 389 "filter_name" (see example-photoshopfilters.pd); +#X text 466 404 "filter_name" (see example-photoshopfilters.pd); +#X text 468 349 transcolor <r> <g> <b> to set the transparent color +; #X connect 0 0 29 0; #X connect 2 0 1 0; #X connect 3 0 18 0; diff --git a/Patches/fs.main.pd b/Patches/fs.main.pd index 845121d..f68015c 100644 --- a/Patches/fs.main.pd +++ b/Patches/fs.main.pd @@ -1,4 +1,4 @@ -#N canvas 278 0 700 494 12; +#N canvas 278 0 702 496 12; #X obj 27 293 netsend; #X floatatom 27 322 4 0 0; #X obj 207 160 loadbang; @@ -31,6 +31,7 @@ configuring fs likewise (right-click fs).; #X obj 408 408 r symbolmouseup; #X text 404 364 ignore some errors; #X obj 408 431 r symbolfile; +#X obj 530 207 r fs_reset; #X connect 0 0 1 0; #X connect 2 0 6 0; #X connect 3 0 0 0; |