aboutsummaryrefslogtreecommitdiff
path: root/alternate.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-12 21:06:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-12 21:06:59 +0000
commit93dcd1630d85331334f1f58a8939142cb4342449 (patch)
treeabef36cb7a5a52006a5d50e51b358ccf5b4d79b1 /alternate.pd
parented5f9b5db036f8bf420b38d674c9b3b1822b3b7b (diff)
change has long been in core pd;
added abstraction for the some of the functions svn path=/trunk/externals/markex/; revision=4695
Diffstat (limited to 'alternate.pd')
-rw-r--r--alternate.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/alternate.pd b/alternate.pd
new file mode 100644
index 0000000..332b6ae
--- /dev/null
+++ b/alternate.pd
@@ -0,0 +1,26 @@
+#N canvas 0 0 450 300 10;
+#X obj 46 51 inlet;
+#X obj 92 225 outlet;
+#X obj 46 70 route reset;
+#X obj 46 89 b;
+#X obj 118 121 t a b;
+#X obj 178 140 == 0;
+#X obj 92 200 spigot;
+#X obj 148 140 i 1;
+#X obj 141 225 outlet;
+#X obj 141 200 spigot;
+#X msg 46 108 1;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 4 0;
+#X connect 3 0 10 0;
+#X connect 4 0 9 0;
+#X connect 4 0 6 0;
+#X connect 4 1 7 0;
+#X connect 5 0 7 1;
+#X connect 5 0 9 1;
+#X connect 6 0 1 0;
+#X connect 7 0 5 0;
+#X connect 7 0 6 1;
+#X connect 9 0 8 0;
+#X connect 10 0 7 1;