diff examples/08-PureData/rubberDuckie/sigdelta.pd @ 531:ddb86944e138 prerelease

cleaned up all pd examples (and removed some). added polysynth and vangelisiser to instruments examples
author chnrx <chris.heinrichs@gmail.com>
date Thu, 23 Jun 2016 20:40:05 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/08-PureData/rubberDuckie/sigdelta.pd	Thu Jun 23 20:40:05 2016 +0100
@@ -0,0 +1,21 @@
+#N canvas 872 646 508 300 10;
+#X obj 27 140 rzero~ 1;
+#X obj 72 117 sig~ 1;
+#X obj 27 212 *~ 44100;
+#X obj 72 191 samplerate~;
+#X obj 72 170 loadbang;
+#X obj 27 85 inlet~;
+#X obj 27 250 outlet~;
+#X text 112 141 y[n] = x[n] - x[n-1];
+#X text 141 117 <<< heavy currently requires signal input to set coefficient
+;
+#X text 111 211 <<< multiply by samplerate to get velocity;
+#X text 28 18 This abstraction calculates the differential from an
+input;
+#X text 28 32 signal.;
+#X connect 0 0 2 0;
+#X connect 1 0 0 1;
+#X connect 2 0 6 0;
+#X connect 3 0 2 1;
+#X connect 4 0 3 0;
+#X connect 5 0 0 0;