Browse Source

notes.txt:Added notes.

master
kevin 10 years ago
parent
commit
6283638652
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      doc/notes.txt

+ 5
- 2
doc/notes.txt View File

@@ -22,7 +22,7 @@ TODO:
22 22
 
23 23
 ** use Log frequency frequency transform instead of FFT.
24 24
 
25
-** Add a 'write' preset file button.
25
+** Add a 'write' preset file button - so the preset file can be saved prior to next crash.
26 26
 
27 27
 ** measurement values can generate MAX_DBL - be sure that are not being sent through to the audio algorithm.
28 28
    (see ln:965 cmDspKr.c for a hack to fix this)
@@ -39,7 +39,10 @@ TODO:
39 39
 
40 40
 ** add begining and ending measure numbers to 'seq' labels
41 41
 
42
-** Gain compensation form mode 4.
42
+** Gain compensation fore mode 4.
43
+
44
+** Do IFFT using cos()^c + i * sin()^c - these bases are orthognal but cause harmonic distortion.
45
+   To be efficient this might involve writing an FFT function.
43 46
 
44 47
 Seq 2  m24 Mark 36 & 38 
45 48
 Seq 4: Mark 115

Loading…
Cancel
Save