From 91c4f2d9b85c65ccc59c4b156583a84a3861e2fa Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 3 Feb 2012 11:41:26 +0000 Subject: adding -lib Gem in the example in order to load all dependency needed for the patch to run svn path=/trunk/externals/pmpd/; revision=15943 --- examples/13_plane3D.pd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/13_plane3D.pd') diff --git a/examples/13_plane3D.pd b/examples/13_plane3D.pd index 965237e..1a23584 100644 --- a/examples/13_plane3D.pd +++ b/examples/13_plane3D.pd @@ -1,5 +1,6 @@ -#N canvas 603 32 1102 849 12; -#X obj 28 79 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 +#N canvas 599 91 1102 849 12; +#X declare -lib Gem; +#X obj 28 79 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X msg 397 175 setK \$1; #X msg 618 127 setM \$1; @@ -168,6 +169,7 @@ they will not move.; #X obj 49 413 s masse; #X obj 28 183 s masse; #X obj 99 184 s lia; +#X obj 158 12 declare -lib Gem; #X connect 0 0 12 0; #X connect 1 0 3 0; #X connect 2 0 4 0; -- cgit v1.2.1