From 7f3b3103fc3328a4228f5bf5f94ecb57e4b8f713 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 24 May 2013 10:14:04 -0700 Subject: [PATCH] note.txt Update. --- doc/notes.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index 069b5e5..be09cd3 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -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.