aboutsummaryrefslogtreecommitdiff
path: root/examples/bothtogether.pd
blob: 0522e8d52c64ed7c42c87281eb47ae569da59fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;