summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-09-21 06:31:12 +0000
committerTim E. Real <termtech@rogers.com>2011-09-21 06:31:12 +0000
commit6f6c78229e4e1dee80d36c89c27e2e58e23e0eb3 (patch)
tree7909c92c92c910bb5a67400c5d363ff3dc896b57 /muse2/ChangeLog
parent279cf178836509085b8cfb1f576f350e9fd28dca (diff)
Need to get it off the drive: Part canvas drawing speed boosts. Working on meter speed.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 9b42c2ae..f8032198 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,8 @@
+21.09.2011:
+ - Drawing speed boosts in part canvas. TODO Fix slight dashed border shifting. Do 'hidden' polygons (Tim)
+ - Working on meter speed. WIP. Can enable by commenting out #define _USE_NEW_METERS in meter.cpp (Tim)
+ Combined with part canvas fixes, meter work so far makes MusE2 near-Muse1 speed when playing big songs
+ with many active mixer strip meters.
20.09.2011:
- Revert the change in coloring of the selected track in tlist. Making full transpaency optional
requires more substantial changes. (Orcan)