From 494a07a361fe4ee0e54f77468a976b1a77818770 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 12 Sep 2003 22:26:57 +0000 Subject: creb 0.9.0 svn path=/trunk/externals/creb/; revision=956 --- abs/icep~.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 abs/icep~.pd (limited to 'abs/icep~.pd') diff --git a/abs/icep~.pd b/abs/icep~.pd new file mode 100644 index 0000000..ec05a93 --- /dev/null +++ b/abs/icep~.pd @@ -0,0 +1,18 @@ +#N canvas 318 596 521 228 10; +#X obj 70 42 inlet~; +#X obj 124 42 inlet~; +#X obj 94 66 nfft~; +#X obj 94 124 nifft~; +#X obj 68 164 outlet~; +#X obj 126 164 outlet~; +#X text 229 45 backward cepstrum; +#X obj 94 95 cexp~; +#X text 229 64 using normalized fft/ifft objects; +#X connect 0 0 2 0; +#X connect 1 0 2 1; +#X connect 2 0 7 0; +#X connect 2 1 7 1; +#X connect 3 0 4 0; +#X connect 3 1 5 0; +#X connect 7 0 3 0; +#X connect 7 1 3 1; -- cgit v1.2.1