Mercurial > hg > beaglert
comparison 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 |
comparison
equal
deleted
inserted
replaced
525:1ca196e35105 | 531:ddb86944e138 |
---|---|
1 #N canvas 872 646 508 300 10; | |
2 #X obj 27 140 rzero~ 1; | |
3 #X obj 72 117 sig~ 1; | |
4 #X obj 27 212 *~ 44100; | |
5 #X obj 72 191 samplerate~; | |
6 #X obj 72 170 loadbang; | |
7 #X obj 27 85 inlet~; | |
8 #X obj 27 250 outlet~; | |
9 #X text 112 141 y[n] = x[n] - x[n-1]; | |
10 #X text 141 117 <<< heavy currently requires signal input to set coefficient | |
11 ; | |
12 #X text 111 211 <<< multiply by samplerate to get velocity; | |
13 #X text 28 18 This abstraction calculates the differential from an | |
14 input; | |
15 #X text 28 32 signal.; | |
16 #X connect 0 0 2 0; | |
17 #X connect 1 0 0 1; | |
18 #X connect 2 0 6 0; | |
19 #X connect 3 0 2 1; | |
20 #X connect 4 0 3 0; | |
21 #X connect 5 0 0 0; |