summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index ebbed9ff..d42c3127 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,14 @@
+10.04.2011:
+ * Added: Expanded all routing choices: Synth to Wave track, Wave track to Wave track etc. (Tim)
+ * Added: DSSI synths can now show generic LADSPA GUI as well as native. (Tim p4.0.20)
+ WIP: Controllers not finished + maybe need a chooser for which ones (of possibly 1000's) are shown.
+ I reserved an Audio track controller index of 9 for them. If we ever decide to increase the number
+ of rack plugins, that gives us room for 8 maximum, for now. (But increasing the maximum number
+ of controllers would mean altering the list structure, requiring a bump-up of file version.)
+ - Dummy audio: Fixed lockups, or crash at line: "while (drvPtr->cmdQueue.size())" in dummy loop. (Tim)
+ Replaced loop code with with muse_qt4_evolution's (usleep-based instead of timer).
+ TODO: Try subtracting process time from sleep time for more accuracy.
+ TODO: Use a better sleep routine - usleep may be have terrible resolution in some cases.
09.04.2011:
- No more sleep icon when cancelling a quit operation (rj)
- added Ctrl+Shift+LeftMouseButton to add entire rows to selection in all canvas editors (rj)