view examples/08-PureData/rubberDuckie/sigdelta.pd @ 549:ff0e9e827dcd prerelease

Updated uploader.py and build_pd_heavy for a more graceful failure
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 24 Jun 2016 12:42:48 +0100
parents ddb86944e138
children
line wrap: on
line source
#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;