aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 09:03:09 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 09:03:09 +0000
commit3e8a7b9f63c1ce1cf72760b0d5c4a17983435322 (patch)
tree602a610be5c9b0d1c5f45108d42636f9575db76a
parent6c61b72cc7be59138b59b1d64b64377fc5c54395 (diff)
things to do
svn path=/trunk/externals/fftw/; revision=6016
-rw-r--r--TODO.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 0000000..fa7d31b
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,10 @@
+
+make the objects behave correctly!
+ currently [fftw~] and [ifftw~] seem to produce noise
+ [rifftw~] just crashes
+ [rfftw~] almost work...
+
+
+LATER:
+ use "raising" (see miXed/shared/unstable/fragile.c) to overwrite pd's standard fft~objects with these
+ probably only use this, when the library is loaded on startup (and not via object-instantiation)