notes.txt:updated notes.

This commit is contained in:
kevin 2013-07-12 11:23:20 -07:00
parent eecc41c058
commit 7d7682f279

View File

@ -21,7 +21,16 @@ TODO:
+ Add preset delete. + Add preset delete.
+ All uses of va_copy() should have a complimentary va_end() + 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. apply a given measurement at it's assigned section.
** Redevelop spectral distortion algorithm to use a spline as the transform. ** Redevelop spectral distortion algorithm to use a spline as the transform.