diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2005-11-26 22:21:07 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2005-11-26 22:21:07 +0000 |
commit | 33789244c6dbe3611607e77fa98f0f0c72f354ee (patch) | |
tree | c1c0c3d40f010b7be1e3bc223cecdaaf2e0bd74b /Example-Patches/Two-Layer-Example.pd |
Initial Commit of pixelTANGO 0.3.4svn2git-root
svn path=/trunk/abstractions/pixelTANGO/; revision=4049
Diffstat (limited to 'Example-Patches/Two-Layer-Example.pd')
-rw-r--r-- | Example-Patches/Two-Layer-Example.pd | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Example-Patches/Two-Layer-Example.pd b/Example-Patches/Two-Layer-Example.pd new file mode 100644 index 0000000..2159ae2 --- /dev/null +++ b/Example-Patches/Two-Layer-Example.pd @@ -0,0 +1,63 @@ +#N canvas 617 54 503 725 10; +#X obj 31 45 pt.window; +#X obj 31 407 pt.interp; +#X obj 31 271 pt.light 1; +#X text 17 5 Two Channel Mixer Example pixelTANGO CVS: $Revision: 1.1 $ $Date: 2005-11-26 22:21:06 $ +; +#X obj 31 473 pt.presets; +#X obj 194 186 pt.loop; +#X obj 194 643 pt.scale; +#X obj 194 689 pt.video; +#X obj 194 328 pt.source; +#X obj 194 70 pt.filelist; +#X obj 194 364 pt.layerfx; +#X obj 194 497 pt.translate; +#X obj 194 570 pt.rotate; +#X obj 194 418 pt.fader; +#X obj 334 186 pt.loop; +#X obj 334 642 pt.scale; +#X obj 334 70 pt.filelist; +#X obj 334 364 pt.layerfx; +#X obj 334 497 pt.translate; +#X obj 334 570 pt.rotate; +#X obj 334 418 pt.fader; +#X obj 334 328 pt.source; +#X obj 334 688 pt.video; +#X obj 194 44 pt.layer 1; +#X obj 334 44 pt.layer 2; +#X connect 5 0 8 0; +#X connect 5 1 8 1; +#X connect 6 0 7 0; +#X connect 6 1 7 1; +#X connect 8 0 10 0; +#X connect 8 1 10 1; +#X connect 9 0 5 0; +#X connect 9 1 5 1; +#X connect 10 0 13 0; +#X connect 10 1 13 1; +#X connect 11 0 12 0; +#X connect 11 1 12 1; +#X connect 12 0 6 0; +#X connect 12 1 6 1; +#X connect 13 0 11 0; +#X connect 13 2 11 1; +#X connect 14 0 21 0; +#X connect 14 1 21 1; +#X connect 15 0 22 0; +#X connect 15 1 22 1; +#X connect 16 0 14 0; +#X connect 16 1 14 1; +#X connect 17 0 20 0; +#X connect 17 1 20 1; +#X connect 18 0 19 0; +#X connect 18 1 19 1; +#X connect 19 0 15 0; +#X connect 19 1 15 1; +#X connect 20 0 18 0; +#X connect 20 2 18 1; +#X connect 21 0 17 0; +#X connect 21 1 17 1; +#X connect 23 0 9 0; +#X connect 23 1 9 1; +#X connect 24 0 16 0; +#X connect 24 1 16 1; |