|
@@ -21,7 +21,16 @@ TODO:
|
21
|
21
|
+ Add preset delete.
|
22
|
22
|
+ All uses of va_copy() should have a complimentary va_end()
|
23
|
23
|
|
24
|
|
-** Build a database of measurements and setup the program to be able to
|
|
24
|
+*** july 10
|
|
25
|
+** Make separate mappings and scale/range controls for left and right.
|
|
26
|
+
|
|
27
|
+** When a section transition is occurs late - (e.g. due to dropped notes) do not apply
|
|
28
|
+the transformation all at once - instead either ramp it in or step it in on subsequent
|
|
29
|
+attacks. Section transitions which are positively identified are intended to have
|
|
30
|
+dramatic changes so applying the updated parameters immediately is acceptable - but
|
|
31
|
+when the parameters are changed mid-section they should be much applied subtely.
|
|
32
|
+
|
|
33
|
+** (done) Build a database of measurements and setup the program to be able to
|
25
|
34
|
apply a given measurement at it's assigned section.
|
26
|
35
|
|
27
|
36
|
** Redevelop spectral distortion algorithm to use a spline as the transform.
|