diff --git a/doc/notes.txt b/doc/notes.txt index b9d4726..e20b03b 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -36,11 +36,22 @@ TODO: + There are unintialized variable warnings on the release build. + Add preset delete. + All uses of va_copy() should have a complimentary va_end() -+ The list boxex do not show the currently selected item. -+ MIDI note messages are sent but do not trigger notes on OSX. ++ The list boxes do not show the currently selected item. ++ (don)MIDI note messages are sent but do not trigger notes on OSX. + +*** 11/19 ++ The recd/play fade should be able to trigger from a capture note as well as + playback note. An offset might also be useful. + (Should be a default fade for each fragment - keyed to the input. This + will be the fade that will occur when ++ Allow setting fade time in the score. ++ Allow setting fade rate based on 1.0 to 0.0 from fade point to end point. ++ FX on fragments. ++ MUST be able to record synchronized audio and MIDI during test performance. ++ *** 11/1 -+ Change the wavetable to read stereo files. ++ Change the wavetable to read stereo files or add a second wavetable to play the other channel. + 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.