From 7ef1e577d31b33d798c284786f010fd982c9d9b0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Jun 2010 17:10:35 +0000 Subject: setup ezfile library starting with new textfile-style dir lister object based on folder_list svn path=/trunk/externals/ezfile/; revision=13668 --- 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