aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.connections.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 21:37:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 21:37:03 +0000
commitffab7a2e5198de29c7cdaef0540af51c9cfafeea (patch)
tree60e7af73c68e7b0e5b55f898d1d0a12c36d8c27f /doc/tutorials/intro/0.connections.pd
parent0026d4caf3df60ba961576283f6bc5932bddd208 (diff)
sketches for newbie tutorials. these will need to be renamed to be put in a better order
svn path=/trunk/; revision=4542
Diffstat (limited to 'doc/tutorials/intro/0.connections.pd')
-rw-r--r--doc/tutorials/intro/0.connections.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.connections.pd b/doc/tutorials/intro/0.connections.pd
new file mode 100644
index 00000000..8c29ddf8
--- /dev/null
+++ b/doc/tutorials/intro/0.connections.pd
@@ -0,0 +1,17 @@
+#N canvas 505 182 454 304 10;
+#X text 41 27 Pd patches are always running and changes take effect
+immediately.;
+#X obj 364 241 dac~;
+#X obj 373 186 osc~ 500;
+#X floatatom 67 181 5 0 0 0 - - -;
+#X floatatom 67 245 5 0 0 0 - - -;
+#X obj 107 64 tgl 30 0 empty empty start 2 15 1 12 -24198 -1 -1 1 1
+;
+#X msg 141 106 \; pd dsp \$1;
+#X obj 66 106 metro 100;
+#X obj 66 127 random 100;
+#X text 97 214 <-- connect these \, then disconnect -->;
+#X connect 5 0 6 0;
+#X connect 5 0 7 0;
+#X connect 7 0 8 0;
+#X connect 8 0 3 0;