diff --git a/doc/notes.txt b/doc/notes.txt index 6b64285..313800a 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -21,7 +21,16 @@ TODO: + 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 +*** july 10 +** Make separate mappings and scale/range controls for left and right. + +** When a section transition is occurs late - (e.g. due to dropped notes) do not apply +the transformation all at once - instead either ramp it in or step it in on subsequent +attacks. Section transitions which are positively identified are intended to have +dramatic changes so applying the updated parameters immediately is acceptable - but +when the parameters are changed mid-section they should be much applied subtely. + +** (done) 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.