From 92dc8b93a0239031ca456b1a8b0a9395648047ff Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Mar 2011 03:22:35 +0000 Subject: set up template for new log library svn path=/trunk/externals/log/; revision=15022 --- examples/bothtogether.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/bothtogether.pd (limited to 'examples/bothtogether.pd') diff --git a/examples/bothtogether.pd b/examples/bothtogether.pd new file mode 100644 index 0000000..0522e8d --- /dev/null +++ b/examples/bothtogether.pd @@ -0,0 +1,16 @@ +#N canvas 419 387 450 300 10; +#X declare -path ..; +#X obj 102 172 mypdobject; +#X obj 101 199 print; +#X msg 102 142 bang; +#X obj 319 30 declare -path ..; +#X text 51 84 this is an example of how to use the 'template' library's +two objects: mycobject and mypdobject; +#X obj 201 170 mycobject; +#X msg 201 140 rats; +#X obj 243 139 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 0 1; +#X connect 0 0 1 0; +#X connect 2 0 0 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; -- cgit v1.2.1