aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/05.connections.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-07 00:15:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-07 00:15:27 +0000
commit031bb7332779aab0005947ea3d8f83ee6a4836bf (patch)
tree06cb5b68482f175c0bfcbb3d09748b5c593c1e9f /doc/tutorials/intro/05.connections.pd
parentffdec4f8e9fb469c7e8c09fb09efd4aa891f77b3 (diff)
added lots of patches which are templates, semi-complete, or out of order
svn path=/trunk/; revision=4829
Diffstat (limited to 'doc/tutorials/intro/05.connections.pd')
-rw-r--r--doc/tutorials/intro/05.connections.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/tutorials/intro/05.connections.pd b/doc/tutorials/intro/05.connections.pd
new file mode 100644
index 00000000..2da16bbe
--- /dev/null
+++ b/doc/tutorials/intro/05.connections.pd
@@ -0,0 +1,23 @@
+#N canvas 100 133 652 445 12;
+#X text 14 105 Pd patches are always running and changes take effect
+immediately.;
+#X floatatom 25 277 5 0 0 0 - - -;
+#X floatatom 25 341 5 0 0 0 - - -;
+#X obj 24 165 tgl 30 0 empty empty start 2 15 1 12 -24198 -1 -1 0 1
+;
+#X obj 24 209 metro 100;
+#X obj 24 240 random 100;
+#X text 70 169 <-- click here to start;
+#X text 66 299 connect by clicking on the outlet of the top number
+box \, then drag and drop on the inlet of the bottom number box;
+#X text 30 299 ^--;
+#X text 39 375 Disconnect the cable by clicking on it to highlight
+it \, then press the backspace key on your keyboard.;
+#X obj 8 10 cnv 15 400 40 empty empty connections 20 12 0 24 -228992
+-66577 0;
+#X text 15 66 Connections are always made from the inlet to the outlet
+since that always the direction that the data flows.;
+#X text 195 226 next \, make sure you are in edit mode;
+#X connect 3 0 4 0;
+#X connect 4 0 5 0;
+#X connect 5 0 1 0;