aboutsummaryrefslogtreecommitdiff
path: root/examples/noish~.pd
blob: 72e79139154fd7daa3735ebdd593a9e8d6e897c9 (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 591 404 8;
#X text 119 43 draws a random number every n samples and interpolates between;
#X text 121 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 45 44 noish~ ::;
#X text 120 117 the effect is that you get a bandlimited noise of which the bandwidth of which can be conrtolled via the drawing:rate without having to use expensive filters;
#X obj 91 245 noish~ 2756.25;
#X connect 2 0 12 0;
#X connect 6 0 5 0;
#X connect 7 0 8 0;
#X connect 12 0 5 0;
#X connect 12 0 4 1;
#X connect 12 0 4 0;
#X connect 12 0 7 0;