From 643d2ab673926b9fa4fad151aa2cbb8c9c7eb910 Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Tue, 17 May 2005 17:16:17 +0000 Subject: As the msd-editor is used for 2D and 3D messages, I moved it here. Changes include removal of D2, addition of liaison-fields for P, Lmin and Lmax. Setting the symbolic ID now also is possible. If I would use version numbers, I'd bump it one up for this release. svn path=/trunk/externals/nusmuk/; revision=3001 --- editor/structures.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editor/structures.pd (limited to 'editor/structures.pd') diff --git a/editor/structures.pd b/editor/structures.pd new file mode 100644 index 0000000..22d4b38 --- /dev/null +++ b/editor/structures.pd @@ -0,0 +1,14 @@ +#N canvas 752 10 450 300 10; +#N canvas 389 332 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; -- cgit v1.2.1