aboutsummaryrefslogtreecommitdiff
path: root/3dScale.pd
diff options
context:
space:
mode:
Diffstat (limited to '3dScale.pd')
-rw-r--r--3dScale.pd30
1 files changed, 30 insertions, 0 deletions
diff --git a/3dScale.pd b/3dScale.pd
new file mode 100644
index 0000000..04ca9f0
--- /dev/null
+++ b/3dScale.pd
@@ -0,0 +1,30 @@
+#N canvas 134 72 536 208 10;
+#X obj 14 28 inlet vector;
+#X text 104 28 A;
+#X obj 152 28 inlet float;
+#X text 236 28 s;
+#X obj 14 60 unpack f f f;
+#X obj 14 137 pack f f f;
+#X obj 14 168 outlet vector;
+#X text 113 168 V;
+#X text 175 125 V =;
+#X text 206 110 | Ax*s |;
+#X text 206 125 | Ay*s |;
+#X text 206 140 | Az*s |;
+#X obj 14 106 * \$1;
+#X obj 53 106 * \$1;
+#X obj 93 106 * \$1;
+#X text 165 79 scales the incoming vector A by the value s;
+#X text 334 166 Version: 2007-12-09;
+#X text 335 185 Author: Roman Haefeli;
+#X connect 0 0 4 0;
+#X connect 2 0 12 1;
+#X connect 2 0 13 1;
+#X connect 2 0 14 1;
+#X connect 4 0 12 0;
+#X connect 4 1 13 0;
+#X connect 4 2 14 0;
+#X connect 5 0 6 0;
+#X connect 12 0 5 0;
+#X connect 13 0 5 1;
+#X connect 14 0 5 2;