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