aboutsummaryrefslogtreecommitdiff
path: root/invert.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 /invert.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 'invert.pd')
-rw-r--r--invert.pd8
1 files changed, 8 insertions, 0 deletions
diff --git a/invert.pd b/invert.pd
new file mode 100644
index 0000000..724c11b
--- /dev/null
+++ b/invert.pd
@@ -0,0 +1,8 @@
+#N canvas 135 98 268 230 10;
+#X obj 115 71 inlet;
+#X obj 115 97 t f;
+#X obj 115 120 == 0;
+#X obj 115 145 outlet;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 2 0 3 0;