|
@@ -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
|
|