diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 17:02:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 17:02:33 +0000 |
commit | 0ce8cfa35b515678cc11c4c7a40a6caee6445ef6 (patch) | |
tree | 406d1610bee50a517b907977aeaf83e0cdcd7f0c /examples |
first stab at making a complete template library using the template Makefilesvn2git-root
svn path=/trunk/externals/template/; revision=13374
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bothtogether.pd | 16 |
1 files changed, 16 insertions, 0 deletions
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; |