summaryrefslogtreecommitdiff
path: root/muse/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'muse/TODO')
-rw-r--r--muse/TODO20
1 files changed, 16 insertions, 4 deletions
diff --git a/muse/TODO b/muse/TODO
index 0fe4b9cb..38c737d1 100644
--- a/muse/TODO
+++ b/muse/TODO
@@ -1,8 +1,22 @@
-----------------------------TODO-------------------------------------------
- * - done
-(24.10.2006)
+(29.10.2006)
----------------------------------------------------------------------------
+ - Handle software synthesizer like an MidiOutPort. This eliminates
+ the extra routing from MidiOutPort to the synti and removes the
+ extra MidiOutPort. Synthesizer then have channels and MidiTrack's
+ can directly routed to synthesizer channels.
+ - change default: show MidiChannel in mixer, dont show MidiTrack
+ - Add "monitor" button to midi channel strip in mixer.
+ - add midi fifo for MESS synthesizer and repeat sending an event
+ in case the synthesizer is busy
+ - replace posix semaphores with simple "busy" flag in
+ zynaddsubfx
+ - change default: do not default to "automation read" when
+ creating new strips
+ - change default: when creating midi input strips, route input
+ to all available midi sources
+
BUGS
- updating the gui during midi recording is too slow;
a new, faster implementation is needed
@@ -18,8 +32,6 @@ BUGS
limitations; looping should be implemented internally to work
around this
- - midi import does not work as expected
-
FEATURES
- wave editor is completely broken