diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2005-04-29 19:28:36 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2005-04-29 19:28:36 +0000 |
commit | 4246735fbfbf7a9ef9cc25386381a215054ae8b4 (patch) | |
tree | 8155b0363ff3d74055b43168fa61eae906acae33 /msd2D/editor/link-set.pd | |
parent | 1d77ab8203fa300ba6c0e1ff4c846b4008602b8c (diff) |
* Initial import of the msd2d-editor.
* Changes compared to previous version available on footils.org:
* Link creation now done by selectind two or more masses, then the
link-bang will connect each two masses with a link.
svn path=/trunk/externals/nusmuk/; revision=2856
Diffstat (limited to 'msd2D/editor/link-set.pd')
-rw-r--r-- | msd2D/editor/link-set.pd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/msd2D/editor/link-set.pd b/msd2D/editor/link-set.pd new file mode 100644 index 0000000..ed70f5f --- /dev/null +++ b/msd2D/editor/link-set.pd @@ -0,0 +1,29 @@ +#N canvas 511 393 574 502 10; +#X obj 251 159 pack 0 p; +#X obj 251 187 route \$1; +#X obj 251 100 t p p; +#X obj 90 229 spigot; +#X msg 132 203 1; +#X obj 216 212 t b p; +#X obj 90 257 route \$1; +#X obj 147 227 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X obj 251 73 r mypointer; +#X obj 90 165 r linkspositions; +#X text 81 137 lid \, x1 \, y1 \, x2 \, y2; +#X obj 251 131 get liaison lid; +#X text 261 220 Select pointer with lid matching \$1; +#X obj 90 349 set liaison x1 y1 x2 y2; +#X connect 0 0 1 0; +#X connect 1 0 5 0; +#X connect 2 0 11 0; +#X connect 2 1 0 1; +#X connect 3 0 6 0; +#X connect 4 0 3 1; +#X connect 4 0 7 0; +#X connect 5 0 4 0; +#X connect 5 1 13 4; +#X connect 6 0 13 0; +#X connect 8 0 2 0; +#X connect 9 0 3 0; +#X connect 11 0 0 0; |