aboutsummaryrefslogtreecommitdiff
path: root/examples/06-FFT_filtering.pd
diff options
context:
space:
mode:
authorDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 13:09:27 +0000
committerDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 13:09:27 +0000
commit45dfb5debd4a0d0bc79ad8b6691576e8462d1396 (patch)
tree7b4d1736586da6ac25a87d5135a357bab291648e /examples/06-FFT_filtering.pd
parentd69fd2f6b4cbbc538113e107c5d52a5d27d197bd (diff)
cw_binaural~ code and examples!
Makefile still missing svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14855
Diffstat (limited to 'examples/06-FFT_filtering.pd')
-rw-r--r--examples/06-FFT_filtering.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/06-FFT_filtering.pd b/examples/06-FFT_filtering.pd
new file mode 100644
index 0000000..0bbfde3
--- /dev/null
+++ b/examples/06-FFT_filtering.pd
@@ -0,0 +1,20 @@
+#N canvas 350 242 427 342 10;
+#X text 73 13 doing the filtering in the spectral domain;
+#X text 36 49 the filtering is the costliest step of the computations
+and can be done in the spectral domain to lower the amound of ressources
+neccessary. The patch below show how to use it.;
+#X obj 134 238 dac~;
+#X obj 154 136 *~ 360;
+#X obj 63 116 noise~;
+#X obj 148 103 phasor~ 0.1;
+#X obj 97 194 fft_binaural 128;
+#X obj 232 134 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
+-262144 -1 -1 21 256;
+#X msg 24 286 listen_db /yourpath/listen/IRC_1048_C;
+#X connect 3 0 6 2;
+#X connect 4 0 6 1;
+#X connect 5 0 3 0;
+#X connect 6 0 2 0;
+#X connect 6 1 2 1;
+#X connect 7 0 6 3;
+#X connect 8 0 6 0;