Browse Source

note.txt Update.

master
kevin 11 years ago
parent
commit
7f3b3103fc
1 changed files with 13 additions and 3 deletions
  1. 13
    3
      doc/notes.txt

+ 13
- 3
doc/notes.txt View File

@@ -8,13 +8,23 @@ TODO:
8 8
 + Remove old performance evaluation code from cmScore.
9 9
 + All programs should be able to reload without crashing via enabling/disabling audio.
10 10
 + Select and save audio devices.
11
-+ Mac Conversion
12
-+ Live MIDI - to test audio/MIDI delay.
13
-+ As threshold increases overall volume decreases - add a compensation algorithm.
11
++ (done) Mac Conversion
12
++ (done) Live MIDI - to test audio/MIDI delay.
13
++ (done) As threshold increases overall volume decreases - add a compensation algorithm.
14 14
 + THere are unintialized variable warnings on the release build.
15 15
 + Add preset delete.
16 16
 + All uses of va_copy() should have a complimentary va_end() 
17 17
 
18
+** Build a database of measurements and setup the program to be able to
19
+   apply a given measurement at it's assigned section.
20
+
21
+** Redevelop spectral distortion algorithm to use a spline as the transform.
22
+
23
+** use Log frequency frequency transform instead of FFT.
24
+
25
+
26
+
27
+
18 28
 // May 22
19 29
 + Add invert to scale range to cause output to go in opposite direction.
20 30
 

Loading…
Cancel
Save