summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 60efd357..d42c3127 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,4 +1,18 @@
-1.04.2011:
+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)
+01.04.2011:
- Fixed custom LADSPA DSSI GUI support. Tested OK with FLAM. Thanks to Luis Garrido for help. (Tim)
31.03.2011:
* Feature: Support for custom LADSPA DSSI GUIs, such as those generated by FLAM. (p4.0.19 Tim)