diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2005-05-17 17:16:17 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2005-05-17 17:16:17 +0000 |
commit | 643d2ab673926b9fa4fad151aa2cbb8c9c7eb910 (patch) | |
tree | b3d35f7743405e68df9d8ae677d8f7c549876c9b /editor/structures.pd | |
parent | a4f3235153d3ae0e4f52aadd71b581e5e90381fe (diff) |
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
Diffstat (limited to 'editor/structures.pd')
-rw-r--r-- | editor/structures.pd | 14 |
1 files changed, 14 insertions, 0 deletions
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; |