summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index f8032198..4c45bc99 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,22 @@
+02.09.2011:
+ - SigEdit reworked to use two spinboxes, plan on adding Enter/Return detection so the widget will close when
+ Enter/Return is pressed (rj)
+ - Fixed HUGE massive memory leaks in all things using CItemList, and SndFile, dssi, fluidsynth and other huge leaks. (Tim)
+ Addition of 'delete' in places hopefully does not introduce any new unforseen instabilities.
+ Result: A song with 20 wave/midi tracks and several dssi, vst and fluidsynths, which leaked HUNDREDS of megabytes,
+ now only leaks about 2 megabytes. TODO: Still some funny business with ALSA, and dssi scanning.
+ Post-fix LEAK SUMMARY: definitely lost: 259,863 bytes in 356 blocks indirectly lost: 611,874 bytes in 22,834 blocks
+ possibly lost: 180,508 bytes in 5,211 blocks still reachable: 1,061,068 bytes in 10,522 blocks
+30.09.2011:
+ - Fixed long-standing problem with themes (Ia Ora / Bespin etc) and MusE button icons. Some themes don't support
+ multiple-pixmap icons. So mute/solo/rec/stereo/thru always showed the same icon. Replaced w single pm icons. (Tim)
+ - Fixed midi strip blank automation box at bottom, too high. (Tim)
+ - Gradient for strip labels. (Hm, too pastel? Had to go top-high. Maybe change colours again Orcan, he he...) (Tim)
+ - Repaired some non-virtual paintEvent(), resizeEvent(), event() etc. (Tim)
+28.09.2011:
+ - Optimization: Orcan's meters are insanely lightning-fast now. (Tim)
+ TODO: Fix very slight oversize at bottom upon first showing of mixer. Workaround: Simply resize vertically.
+ TODO: Redo the VerticalMeter (actually Horz) drawing, else should be easy Horz integration into existing Meter class.
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)