diff options
-rw-r--r-- | delta~-help.pd | 20 | ||||
-rw-r--r-- | delta~.pd | 6 |
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; |