note.txt Update.

This commit is contained in:
kevin 2013-05-24 10:14:04 -07:00
parent aa5342147e
commit 7f3b3103fc

View File

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