aboutsummaryrefslogtreecommitdiff
path: root/filters/bandpass-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-12-05 20:19:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-12-05 20:19:42 +0000
commit84102c25d9b3dd3adadf5add3f820e640a78c8a6 (patch)
treea7461fc94be51e1d0674b6dddee4c4f30f2c04ce /filters/bandpass-help.pd
parentaf07cb0d783bb46ce4dbecbd191de2c3bdc1d2c2 (diff)
made all help patches actually control a [biquad~] with a [noise~] input
svn path=/trunk/externals/ggee/; revision=10427
Diffstat (limited to 'filters/bandpass-help.pd')
-rw-r--r--filters/bandpass-help.pd43
1 files changed, 25 insertions, 18 deletions
diff --git a/filters/bandpass-help.pd b/filters/bandpass-help.pd
index 959fc26..24f3e39 100644
--- a/filters/bandpass-help.pd
+++ b/filters/bandpass-help.pd
@@ -1,23 +1,30 @@
-#N canvas 295 68 566 339 10;
-#X obj 77 199 print;
-#X floatatom 77 114 0 0 0 0 - - -;
-#X floatatom 168 114 0 0 0 0 - - -;
-#X msg 91 138 bang;
-#X text 139 93 bandwidth (0 - 100);
-#X text 75 226 These filters are all controlled by a bandwidth which
+#N canvas 92 30 461 436 10;
+#X text 63 298 These filters are all controlled by a bandwidth which
is expressed in octaves. A bandwidth of 100 is equivalent to one octave.
;
#X text 76 12 Bandpass coefficients for biquad~;
#X text 70 26 ===================================;
-#X text 6 320 (C) Guenter Geiger 2000;
-#X text 75 92 frequency;
-#X text 75 268 Attention \, only the left inlet triggers new coefficients
+#X text 63 340 Attention \, only the left inlet triggers new coefficients
for biquad~;
-#X obj 77 160 bandpass 4000 33;
-#X obj 33 114 r doit;
-#X connect 1 0 11 0;
-#X connect 2 0 11 1;
-#X connect 2 0 3 0;
-#X connect 3 0 11 0;
-#X connect 11 0 0 0;
-#X connect 12 0 3 0;
+#X text 8 388 (C) Guenter Geiger 2000;
+#X floatatom 176 119 0 0 0 0 - - -;
+#X floatatom 267 119 0 0 0 0 - - -;
+#X obj 267 142 trigger bang float;
+#X obj 113 216 biquad~;
+#X obj 113 156 noise~;
+#X obj 102 258 dac~;
+#X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10
+-203904 -1 -1 0 0;
+#X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682
+-1 -1 0 1;
+#X obj 176 185 bandpass;
+#X connect 5 0 13 0;
+#X connect 6 0 7 0;
+#X connect 7 0 13 0;
+#X connect 7 1 13 1;
+#X connect 8 0 10 1;
+#X connect 8 0 10 0;
+#X connect 9 0 8 0;
+#X connect 11 0 5 0;
+#X connect 12 0 6 0;
+#X connect 13 0 8 0;