From ba994f4404b6eadcab4e0ead46ef4d3ffeceb024 Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Thu, 10 Jul 2014 14:39:22 +0000 Subject: lots of changes ! 1. switch to a new build system based on automake (because we need to check for some lib on ./configure before make) 2. sort files in different directory 3. add some new features (some of them need OpenCV >= 2.4.5) svn path=/trunk/externals/pix_opencv/; revision=17324 --- examples/01_boundingrect+pmpd_ambient/pd_mass.pd | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 examples/01_boundingrect+pmpd_ambient/pd_mass.pd (limited to 'examples/01_boundingrect+pmpd_ambient/pd_mass.pd') diff --git a/examples/01_boundingrect+pmpd_ambient/pd_mass.pd b/examples/01_boundingrect+pmpd_ambient/pd_mass.pd new file mode 100755 index 0000000..a1083a9 --- /dev/null +++ b/examples/01_boundingrect+pmpd_ambient/pd_mass.pd @@ -0,0 +1,46 @@ +#N canvas 624 0 656 389 12; +#X obj 26 38 inlet; +#X obj 11 137 outlet; +#X obj 25 104 unpack s f f; +#X obj 68 146 gemhead; +#X obj 59 206 translateXYZ; +#X obj 25 71 mass2D \$3-mass 50 \$1 \$2 -3.8 3.8 -3.8 3.8; +#X obj 257 105 unpack s f f f; +#X obj 438 233 osc~; +#X obj 438 208 mtof; +#X obj 438 133 loadbang; +#X obj 364 275 *~; +#X msg 364 209 \$1 50; +#X obj 364 234 line~; +#X obj 364 305 dac~; +#X obj 438 183 + 30; +#X obj 438 159 random 60; +#X obj 442 29 inlet; +#X msg 442 53 0; +#X obj 364 183 min 0.1; +#X obj 364 130 * 0.03; +#X obj 56 248 sphere 0.1; +#X obj 65 171 colorRGB 1 0 1; +#X connect 0 0 5 0; +#X connect 2 1 4 1; +#X connect 2 2 4 2; +#X connect 3 0 21 0; +#X connect 4 0 20 0; +#X connect 5 0 2 0; +#X connect 5 0 1 0; +#X connect 5 1 6 0; +#X connect 6 3 19 0; +#X connect 7 0 10 1; +#X connect 8 0 7 0; +#X connect 9 0 15 0; +#X connect 10 0 13 0; +#X connect 10 0 13 1; +#X connect 11 0 12 0; +#X connect 12 0 10 0; +#X connect 14 0 8 0; +#X connect 15 0 14 0; +#X connect 16 0 17 0; +#X connect 17 0 18 1; +#X connect 18 0 11 0; +#X connect 19 0 18 0; +#X connect 21 0 4 0; -- cgit v1.2.1