aboutsummaryrefslogtreecommitdiff
path: root/Patches/sameonce.pd
diff options
context:
space:
mode:
Diffstat (limited to 'Patches/sameonce.pd')
-rw-r--r--Patches/sameonce.pd15
1 files changed, 15 insertions, 0 deletions
diff --git a/Patches/sameonce.pd b/Patches/sameonce.pd
new file mode 100644
index 0000000..0d8d1f6
--- /dev/null
+++ b/Patches/sameonce.pd
@@ -0,0 +1,15 @@
+#N canvas 115 170 321 367 12;
+#X obj 71 73 inlet;
+#X obj 147 322 outlet;
+#X obj 147 142 float;
+#X msg 204 178 bang;
+#X obj 71 200 moses 1;
+#X obj 71 142 != -1;
+#X text 8 6 pass float if different from previous;
+#X connect 0 0 2 1;
+#X connect 0 0 5 0;
+#X connect 2 0 5 1;
+#X connect 2 0 1 0;
+#X connect 3 0 2 0;
+#X connect 4 1 3 0;
+#X connect 5 0 4 0;