notes.txt : Updated notes.
This commit is contained in:
parent
0ae0d7ba7e
commit
559e3d160f
@ -36,11 +36,22 @@ TODO:
|
|||||||
+ There are unintialized variable warnings on the release build.
|
+ There are unintialized variable warnings on the release build.
|
||||||
+ 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()
|
||||||
+ The list boxex do not show the currently selected item.
|
+ The list boxes do not show the currently selected item.
|
||||||
+ MIDI note messages are sent but do not trigger notes on OSX.
|
+ (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
|
*** 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 console window is not always updating from the bottom.
|
||||||
+ The 'Dump' button results are not going to the console window.
|
+ The 'Dump' button results are not going to the console window.
|
||||||
+ Put dry signal into separate output channels.
|
+ Put dry signal into separate output channels.
|
||||||
|
Loading…
Reference in New Issue
Block a user