Browse Source

notes.txt : Updated notes.

master
kevin 10 years ago
parent
commit
559e3d160f
1 changed files with 14 additions and 3 deletions
  1. 14
    3
      doc/notes.txt

+ 14
- 3
doc/notes.txt View File

@@ -36,11 +36,22 @@ TODO:
36 36
 + There are unintialized variable warnings on the release build.
37 37
 + Add preset delete.
38 38
 + All uses of va_copy() should have a complimentary va_end() 
39
-+ The list boxex do not show the currently selected item.
40
-+ MIDI note messages are sent but do not trigger notes on OSX. 
39
++ The list boxes do not show the currently selected item.
40
++ (don)MIDI note messages are sent but do not trigger notes on OSX. 
41
+
42
+*** 11/19
43
++ The recd/play fade should be able to trigger from a capture note as well as 
44
+  playback note.  An offset might also be useful.
45
+  (Should be a default fade for each fragment - keyed to the input. This
46
+  will be the fade that will occur when 
47
++ Allow setting fade time in the score. 
48
++ Allow setting fade rate based on 1.0 to 0.0 from fade point to end point.
49
++ FX on fragments.
50
++ MUST be able to record synchronized audio and MIDI during test performance.
51
++ 
41 52
 
42 53
 *** 11/1
43
-+ Change the wavetable to read stereo files.
54
++ Change the wavetable to read stereo files or add a second wavetable to play the other channel.
44 55
 + The console window is not always updating from the bottom.
45 56
 + The 'Dump' button results are not going to the console window.
46 57
 + Put dry signal into separate output channels.

Loading…
Cancel
Save