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_link.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 examples/01_boundingrect+pmpd_ambient/pd_link.pd (limited to 'examples/01_boundingrect+pmpd_ambient/pd_link.pd') diff --git a/examples/01_boundingrect+pmpd_ambient/pd_link.pd b/examples/01_boundingrect+pmpd_ambient/pd_link.pd new file mode 100755 index 0000000..288fb93 --- /dev/null +++ b/examples/01_boundingrect+pmpd_ambient/pd_link.pd @@ -0,0 +1,21 @@ +#N canvas 587 514 328 282 12; +#X obj 177 35 inlet; +#X obj 171 96 outlet; +#X obj 12 32 inlet; +#X obj 6 93 outlet; +#X msg 56 156 \$1 \$2 0; +#X obj 24 186 gemhead; +#X msg 134 155 \$1 \$2 0; +#X obj 45 61 link2D \$1-link 0 10 2.5 0.001; +#X obj 26 243 curve 2; +#X obj 24 211 colorRGB 1 0 1; +#X connect 0 0 6 0; +#X connect 0 0 7 1; +#X connect 2 0 4 0; +#X connect 2 0 7 0; +#X connect 4 0 8 1; +#X connect 5 0 9 0; +#X connect 6 0 8 2; +#X connect 7 0 3 0; +#X connect 7 1 1 0; +#X connect 9 0 8 0; -- cgit v1.2.1