aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.inlets_and_outlets.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/intro/0.inlets_and_outlets.pd')
-rw-r--r--doc/tutorials/intro/0.inlets_and_outlets.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.inlets_and_outlets.pd b/doc/tutorials/intro/0.inlets_and_outlets.pd
new file mode 100644
index 00000000..35b9d13e
--- /dev/null
+++ b/doc/tutorials/intro/0.inlets_and_outlets.pd
@@ -0,0 +1,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;