|
@@ -39,6 +39,31 @@ TODO:
|
39
|
39
|
+ The list boxex do not show the currently selected item.
|
40
|
40
|
+ MIDI note messages are sent but do not trigger notes on OSX.
|
41
|
41
|
|
|
42
|
+*** 11/1
|
|
43
|
++ Change the wavetable to read stereo files.
|
|
44
|
++ The console window is not always updating from the bottom.
|
|
45
|
++ The 'Dump' button results are not going to the console window.
|
|
46
|
++ Put dry signal into separate output channels.
|
|
47
|
++ Add 'adaptive' mode parameters to scale/range mappings.
|
|
48
|
++ The 'meas'->'parameter' mappings should changable from scMod (mod0.js)
|
|
49
|
++ The 'adaptive' mode parameters (e.g. offset and invert) need to be connected in the patch.
|
|
50
|
++ Create a mode in scMod which increments values based on an onset detector. So that
|
|
51
|
+ changes only happen on attacks. This still doesn't help if the pedal is down (or
|
|
52
|
+ if notes are sustained) but otherwise might be a better way to ramp parameters.
|
|
53
|
++ Mark all notes in the score according to how well they would act as places to transition.
|
|
54
|
+ Notes held while the pedal is down would not be good places to transition.
|
|
55
|
+ These indicators would then be used to determine where a section change can occur
|
|
56
|
+ when the actual section change is missed.
|
|
57
|
++ All score_loc's and event indexes in meas0.js that beginning with
|
|
58
|
+ score location 743 must be decremented by two. (e.g. loc 743 becomes 741 ...)
|
|
59
|
+ (score_loc_1.txt is now the correct score file)
|
|
60
|
++ When scanning past ramping variables in scMod the end value should be
|
|
61
|
+ taken as the next variable(???) - this is not necessarily correct
|
|
62
|
+ because one never knows where a timed change may end - maybe ramped
|
|
63
|
+ variables should include a 'skip value' giving the next ambient value
|
|
64
|
+ for the ramped variable - experiment with this to figure out what works.
|
|
65
|
+
|
|
66
|
+
|
42
|
67
|
|
43
|
68
|
*** 10/17
|
44
|
69
|
Select bar 129.
|