aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/06.connections.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:10:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:10:23 +0000
commit7d3731fb32ee97e4fb30a853e6aa9cbcf135e83c (patch)
tree8584be8d3b5b9281440707df961bbe03c087d15c /doc/tutorials/intro/06.connections.pd
parent745e044f328bc32a9be4449cc00e3e6c7370df15 (diff)
wrote script to reorder patches by first number in filename
svn path=/trunk/; revision=4933
Diffstat (limited to 'doc/tutorials/intro/06.connections.pd')
-rw-r--r--doc/tutorials/intro/06.connections.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/tutorials/intro/06.connections.pd b/doc/tutorials/intro/06.connections.pd
new file mode 100644
index 00000000..44666eb0
--- /dev/null
+++ b/doc/tutorials/intro/06.connections.pd
@@ -0,0 +1,26 @@
+#N canvas 10 40 628 468 12;
+#X text 12 132 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 179 tgl 30 0 empty empty start 2 15 1 12 -24198 -1 -1 1 1
+;
+#X obj 24 221 metro 100;
+#X obj 24 248 random 100;
+#X text 70 183 <-- click here to start;
+#X text 58 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 28 299 ^--;
+#X obj 8 10 cnv 15 400 40 empty empty connections 20 12 0 24 -228992
+-66577 0;
+#X obj 39 418 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s2.6
+;
+#X text 34 372 Disconnect the cable by clicking on it to highlight
+it \, then press "backspace" on a PC \, or "delete" on a Mac.;
+#X text 11 53 One path for objects to communicate is thru connections
+\, called cords or cables. Connections are always made from the inlet
+to the outlet since that is the direction data flows in Pd.;
+#X text 195 238 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;