aboutsummaryrefslogtreecommitdiff
path: root/msd2D/editor/link-set.pd
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2005-05-05 15:12:45 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2005-05-05 15:12:45 +0000
commit275614eb0e6c96f384368d33bb6998628b4d9bb4 (patch)
treef37ea4a0cc18555d48bb0c020c8e74f6fd015057 /msd2D/editor/link-set.pd
parente19b14107792b7a88b85f64a61320272b4650ece (diff)
Added scaling between Data Structure coordinates and MSD coords.
Data structure animation and polling can now be toggled. svn path=/trunk/externals/nusmuk/; revision=2900
Diffstat (limited to 'msd2D/editor/link-set.pd')
-rw-r--r--msd2D/editor/link-set.pd13
1 files changed, 12 insertions, 1 deletions
diff --git a/msd2D/editor/link-set.pd b/msd2D/editor/link-set.pd
index 26d65ec..3e9646f 100644
--- a/msd2D/editor/link-set.pd
+++ b/msd2D/editor/link-set.pd
@@ -14,6 +14,9 @@
#X text 261 220 Select pointer with lid matching \$1;
#X obj 90 349 set liaison x1 y1 x2 y2;
#X obj 251 73 r myliapointer;
+#X obj 90 292 unpack 0 0 0 0;
+#X obj 92 320 scale-msd2ds;
+#X obj 183 319 scale-msd2ds;
#X connect 0 0 1 0;
#X connect 1 0 5 0;
#X connect 2 0 10 0;
@@ -23,7 +26,15 @@
#X connect 4 0 7 0;
#X connect 5 0 4 0;
#X connect 5 1 12 4;
-#X connect 6 0 12 0;
+#X connect 6 0 14 0;
#X connect 8 0 3 0;
#X connect 10 0 0 0;
#X connect 13 0 2 0;
+#X connect 14 0 15 0;
+#X connect 14 1 15 1;
+#X connect 14 2 16 0;
+#X connect 14 3 16 1;
+#X connect 15 0 12 0;
+#X connect 15 1 12 1;
+#X connect 16 0 12 2;
+#X connect 16 1 12 3;