aboutsummaryrefslogtreecommitdiff
path: root/3dSubtract.pd
diff options
context:
space:
mode:
Diffstat (limited to '3dSubtract.pd')
-rw-r--r--3dSubtract.pd32
1 files changed, 32 insertions, 0 deletions
diff --git a/3dSubtract.pd b/3dSubtract.pd
new file mode 100644
index 0000000..5f01d90
--- /dev/null
+++ b/3dSubtract.pd
@@ -0,0 +1,32 @@
+#N canvas 151 88 423 267 10;
+#X obj 35 48 unpack f f f;
+#X obj 35 153 pack f f f;
+#X text 211 153 V =;
+#X obj 168 49 unpack f f f;
+#X text 128 10 A;
+#X text 263 12 B;
+#X text 135 181 V;
+#X obj 35 9 inlet vector;
+#X obj 168 12 inlet vector;
+#X obj 35 178 outlet vector;
+#X text 245 137 | Ax+Bx |;
+#X text 245 153 | Ay+By |;
+#X text 245 169 | Ay+By |;
+#X text 318 154 = A + B;
+#X obj 35 121 - \$1;
+#X obj 74 122 - \$2;
+#X obj 114 122 - \$3;
+#X text 242 217 Version: 2007-12-09;
+#X text 243 236 Author: Roman Haefeli;
+#X connect 0 0 14 0;
+#X connect 0 1 15 0;
+#X connect 0 2 16 0;
+#X connect 1 0 9 0;
+#X connect 3 0 14 1;
+#X connect 3 1 15 1;
+#X connect 3 2 16 1;
+#X connect 7 0 0 0;
+#X connect 8 0 3 0;
+#X connect 14 0 1 0;
+#X connect 15 0 1 1;
+#X connect 16 0 1 2;