aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-20 11:22:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-20 11:22:29 +0000
commit6c61b72cc7be59138b59b1d64b64377fc5c54395 (patch)
tree10bb031fabe7b578a38d6cc8533bd45785fea0af /README.txt
library providing FFT-objects using the (fast!) libFFTWsvn2git-root
svn path=/trunk/externals/fftw/; revision=5978
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..fac8caf
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,31 @@
+fftw~ - FFT objects for pd
+
+a set of alternative fft~-objects, using the fftw-library.
+these objects should behave exactly like the original ones:
+
+[fftw~] <-> [fft~]
+[ifftw~] <-> [ifft~]
+[rfftw~] <-> [rfft~]
+[rifftw~] <-> [rifft~]
+
+
+REASONING:
+ the code in here has originally been written by tim blechmann and was
+ meant to be part of pd itself.
+ since miller puckette is somewhat reluctant to integrate these fftw-enabled
+ objects into vanilla pd, this library provides another way to get
+ high-performance FFTs.
+
+TODO:
+ search for a way to override the default FFT-objects in pd with these.
+ (i think cyclone uses such a mechanism)
+
+
+AUTHORS:
+ tim blechmann
+ IOhannes m zmölnig
+
+LICENSING:
+ since this code was originally meant to be part of pd, it is licensed under the
+ same license as pd itself.
+ see LICENSE.txt for details