aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2007-02-05 20:21:20 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit80c6d83a5106b2a6aa85c679e30d5a96514bdf60 (patch)
treea5d06907fc72f496cf9762656bb9b4a449769645
parent0e347f96730d3162c8970e853c6e2c59317b86ce (diff)
Max/Cyclone's [delta~] can be cloned with [rzero~ 1].
svn path=/trunk/abstractions/purepd/; revision=7403
-rw-r--r--delta~-help.pd20
-rw-r--r--delta~.pd6
2 files changed, 26 insertions, 0 deletions
diff --git a/delta~-help.pd b/delta~-help.pd
new file mode 100644
index 0000000..ed2d1a4
--- /dev/null
+++ b/delta~-help.pd
@@ -0,0 +1,20 @@
+#N canvas 611 272 450 300 10;
+#X text 88 22 sample difference;
+#X obj 67 202 env~;
+#X floatatom 67 230 5 0 0 0 - - -;
+#X floatatom 67 124 5 0 0 0 - - -;
+#X obj 67 147 osc~ 0.11;
+#X text 34 62 outputs the difference between current input and the
+;
+#X text 35 73 previous sample \, i.e. (3 \, 1 \, 0 -> 3 \, 2 \, -1):
+;
+#X text 35 300 cyclone is (c) Miller Puckette and others;
+#X text 34 316 docs based on the MAX/MSP reference (c) cycling'74;
+#X text 33 330 ___________________________________________________
+;
+#X obj 20 21 delta~;
+#X obj 68 175 delta~;
+#X connect 1 0 2 0;
+#X connect 3 0 4 0;
+#X connect 4 0 11 0;
+#X connect 11 0 1 0;
diff --git a/delta~.pd b/delta~.pd
new file mode 100644
index 0000000..2b31e00
--- /dev/null
+++ b/delta~.pd
@@ -0,0 +1,6 @@
+#N canvas 0 0 450 300 10;
+#X obj 138 152 rzero~ 1;
+#X obj 137 128 inlet~;
+#X obj 137 183 outlet~;
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;