aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/pd/hpf.pd
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-08-08 11:10:30 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:56 +0200
commitdb776d8e3f345623f03c3cc7703b30719304498f (patch)
tree686a8fd8ad2f3aa96d5a9903fa091932360024d4 /sc4pd/pd/hpf.pd
parentea10413727c241467ab729cee102dd68534f4db9 (diff)
some filters
svn path=/trunk/externals/tb/; revision=1917
Diffstat (limited to 'sc4pd/pd/hpf.pd')
-rw-r--r--sc4pd/pd/hpf.pd11
1 files changed, 11 insertions, 0 deletions
diff --git a/sc4pd/pd/hpf.pd b/sc4pd/pd/hpf.pd
new file mode 100644
index 0000000..82de175
--- /dev/null
+++ b/sc4pd/pd/hpf.pd
@@ -0,0 +1,11 @@
+#N canvas 0 0 450 300 10;
+#X obj 124 220 dac~;
+#X floatatom 224 81 5 0 0 0 - - -;
+#X obj 130 89 WhiteNoise~;
+#X msg 201 121 kfreq \$1;
+#X obj 130 147 HPF~ 10000;
+#X connect 1 0 3 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 0 0;
+#X connect 4 0 0 1;