aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.inlets_and_outlets.pd
blob: 35b9d13e2e3983b065dd002d60dcf50bfb0c67c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#N canvas 128 360 462 312 10;
#X obj 213 114 inlet;
#X obj 213 146 outlet;
#X text 110 26 inlets and outlets;
#X text 37 70 You connect Pd objects using their inlets and outlets.
;
#N canvas 0 22 454 304 object 0;
#X obj 175 99 inlet;
#X obj 174 206 outlet;
#X connect 0 0 1 0;
#X restore 41 117 pd object;
#X text 39 219 Connections are always made from the inlet to the outlet
since that always the direction that the data flows.;
#N canvas 0 22 454 304 another 0;
#X obj 175 99 inlet;
#X obj 174 206 outlet;
#X connect 0 0 1 0;
#X restore 40 147 pd another object;
#X text 38 258 Try making connections yourself.;
#X connect 4 0 6 0;