aboutsummaryrefslogtreecommitdiff
path: root/msd/editor/structures.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 11:51:42 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 11:51:42 +0000
commitb55f64ad45b4d390f2f373abe54347739b17f26e (patch)
tree58f59e1818ed40be56295fe596e8187053b8bfbd /msd/editor/structures.pd
parentd9b0488b75b27c78083fd2275985d0f0593a465f (diff)
move editor to msd
svn path=/trunk/externals/nusmuk/; revision=14364
Diffstat (limited to 'msd/editor/structures.pd')
-rw-r--r--msd/editor/structures.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/msd/editor/structures.pd b/msd/editor/structures.pd
new file mode 100644
index 0000000..80ca36c
--- /dev/null
+++ b/msd/editor/structures.pd
@@ -0,0 +1,20 @@
+#N canvas 752 10 450 300 10;
+#N canvas 470 500 664 321 mass 0;
+#X obj 62 182 drawnumber mid 0 -18 0 m;
+#X obj 61 136 filledpolygon mob mob 1 -5 0 -4 4 0 5 4 4 5 0 4 -4 0
+-5 -4 -4;
+#X obj 64 72 struct mass float x float y float mid float mob float
+M float sid;
+#X restore 132 125 pd mass;
+#N canvas 73 302 487 201 liaison 0;
+#X obj 23 73 drawpolygon sid 2 x1 y1 x2 y2;
+#X obj 19 25 struct liaison float x1 float y1 float x2 float y2 float
+mid1 float mid2 float lid float K float D float P float Lmin float
+Lmax float sid;
+#X restore 132 147 pd liaison;
+#N canvas 749 676 450 300 hole 0;
+#X obj 79 73 struct hole float x float y;
+#X text 93 162 Green cross;
+#X obj 79 97 drawpolygon 50 2 -5 -5 5 5;
+#X obj 79 122 drawpolygon 50 2 -5 5 5 -5;
+#X restore 132 170 pd hole;