diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
commit | 3faf17f7b713905f582def227df90dac15f3468d (patch) | |
tree | a429f621d2aad8db85d902fde422d3ff1e859bd6 /sx/blend.pd |
This commit was generated by cvs2svn to compensate for changes in r7969,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=7970
Diffstat (limited to 'sx/blend.pd')
-rw-r--r-- | sx/blend.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sx/blend.pd b/sx/blend.pd new file mode 100644 index 0000000..3b31aeb --- /dev/null +++ b/sx/blend.pd @@ -0,0 +1,17 @@ +#N canvas 0 0 450 300 10; +#X msg 168 64 snap; +#X obj 168 35 t b a; +#X obj 168 11 inlet; +#X obj 168 130 separator; +#X obj 168 195 rectangle 6 3; +#X obj 168 152 alpha 1; +#X obj 168 97 pix_snap2tex 0 0 512 512; +#X obj 168 174 colorRGB 1 1 1 0.5; +#X connect 0 0 6 0; +#X connect 1 0 0 0; +#X connect 1 1 6 0; +#X connect 2 0 1 0; +#X connect 3 0 5 0; +#X connect 5 0 7 0; +#X connect 6 0 3 0; +#X connect 7 0 4 0; |