aboutsummaryrefslogtreecommitdiff
path: root/examples/noisi~.pd
blob: c76c6d4fe9efb5e81554a0fbe642e7980d4747fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#N canvas 183 18 588 401 8;
#X text 45 44 noisi~ ::;
#X text 119 43 draws a random number every n samples and interpolates between;
#X text 116 87 DODGE:JERSE::computer:music::c3:9;
#X floatatom 91 222;
#X text 85 199 drawing rate in Hz;
#X obj 91 321 dac~;
#X obj 132 322 print~;
#X msg 132 298 bang;
#X obj 55 321 env~;
#X floatatom 55 347;
#X text 223 219 maybe the input should be fixed to signal;
#X text 117 120 the effect is that you get a bandlimited:noise the bandwidth of which can be controlled via the drawing:rate without having to use expensive filters;
#X obj 91 244 noisi~ 2756.25;
#X connect 3 0 12 0;
#X connect 7 0 6 0;
#X connect 8 0 9 0;
#X connect 12 0 5 0;
#X connect 12 0 5 1;
#X connect 12 0 6 0;
#X connect 12 0 8 0;