From 6283638652a6943cac83d2ae1ac4ac0229cb8b92 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 7 Jul 2013 16:16:50 -0700 Subject: [PATCH] notes.txt:Added notes. --- doc/notes.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index 22e022d..bab9faf 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -22,7 +22,7 @@ TODO: ** use Log frequency frequency transform instead of FFT. -** Add a 'write' preset file button. +** Add a 'write' preset file button - so the preset file can be saved prior to next crash. ** measurement values can generate MAX_DBL - be sure that are not being sent through to the audio algorithm. (see ln:965 cmDspKr.c for a hack to fix this) @@ -39,7 +39,10 @@ TODO: ** add begining and ending measure numbers to 'seq' labels -** Gain compensation form mode 4. +** Gain compensation fore mode 4. + +** Do IFFT using cos()^c + i * sin()^c - these bases are orthognal but cause harmonic distortion. + To be efficient this might involve writing an FFT function. Seq 2 m24 Mark 36 & 38 Seq 4: Mark 115