aboutsummaryrefslogtreecommitdiff
path: root/examples/randomoffset.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-21 17:05:44 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-21 17:05:44 +0000
commit100a3b37df6fa4ea87e847b982ebabc7470b1ee2 (patch)
tree6f67f9e2c2e8f717b5bf0350bbd59cb4529a0983 /examples/randomoffset.pd
parent80c252f30d4e4ba8b7838f73d12f4e9d2cec3859 (diff)
some more examples
svn path=/trunk/externals/iem/iemguts/; revision=10189
Diffstat (limited to 'examples/randomoffset.pd')
-rw-r--r--examples/randomoffset.pd28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/randomoffset.pd b/examples/randomoffset.pd
new file mode 100644
index 0000000..518a7fb
--- /dev/null
+++ b/examples/randomoffset.pd
@@ -0,0 +1,28 @@
+#N canvas 203 115 450 300 10;
+#X obj 148 54 inlet;
+#X obj 148 253 outlet;
+#X obj 148 118 random 101;
+#X obj 148 88 b;
+#X obj 148 140 / 50;
+#X obj 148 165 - 1;
+#X obj 148 212 + 0.5;
+#X obj 148 232 i;
+#X obj 258 59 inlet;
+#X obj 315 57 loadbang;
+#X obj 315 80 f \$1;
+#X obj 251 142 t f;
+#X obj 315 103 select 0;
+#X obj 148 185 * 5;
+#X connect 0 0 3 0;
+#X connect 2 0 4 0;
+#X connect 3 0 2 0;
+#X connect 4 0 5 0;
+#X connect 5 0 13 0;
+#X connect 6 0 7 0;
+#X connect 7 0 1 0;
+#X connect 8 0 11 0;
+#X connect 9 0 10 0;
+#X connect 10 0 12 0;
+#X connect 11 0 13 1;
+#X connect 12 1 11 0;
+#X connect 13 0 6 0;