aboutsummaryrefslogtreecommitdiff
path: root/examples/noisi~.pd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/noisi~.pd')
-rw-r--r--examples/noisi~.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/noisi~.pd b/examples/noisi~.pd
new file mode 100644
index 0000000..c76c6d4
--- /dev/null
+++ b/examples/noisi~.pd
@@ -0,0 +1,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;