diff options
author | Florian Jung <flo@windfisch.org> | 2011-04-11 14:46:12 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-04-11 14:46:12 +0000 |
commit | 384e0d2f6d77ab107268921511dd91464d4accb3 (patch) | |
tree | f361808b7af39d0d28188e5efb0140b3e01ab8a1 /muse2/ChangeLog | |
parent | 51eda45715625b6da768e670388510c91b01ff5c (diff) | |
parent | c8a651f88b5728e246cb46599521ce981f0f4cfb (diff) |
cosmetic stuff: made many functions static, improved pixmap loading
synced with current trunk
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 16 |
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) |