From d2eec74a4d8c21aad495ba61539486b24d7ab8dc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 9 Oct 2002 10:19:04 +0000 Subject: moved from zexy/zexy to zexy svn path=/trunk/externals/zexy/; revision=169 --- examples/noish~.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/noish~.pd (limited to 'examples/noish~.pd') diff --git a/examples/noish~.pd b/examples/noish~.pd new file mode 100644 index 0000000..72e7913 --- /dev/null +++ b/examples/noish~.pd @@ -0,0 +1,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; -- cgit v1.2.1