From 8acbc05a692368347cffa794d047dc4839ad6b78 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 14 Apr 2011 23:13:03 +0000 Subject: Fix arranger midi part event 'sliver' drawing. Fix partname drawing. Remove dssi gui killtimers causing error. --- muse2/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 92b25883..b3e18e71 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,10 @@ +14.04.2011: + - Fixed notes 'sliver' drawing in arranger midi parts. Invert if too dark. (Tim) + - Gave arranger part name text drawing a shadow to help contrast with drawn events. + Also moved part name text out of the way, to top of part. + - Removed DSSI gui QProcess kill timers. In Qt4 they can only be used that way with threads started with QThread. + Kill is not nice anyway. On terminate, gui may prompt user to save work etc. App should check at close + if all these guis closed and ask to abort closing, or kill the guis, or leave them alone. 12.04.2011: - Another fix for FLAM GUI controls - 300ms delay before sending control values in PluginI::oscUpdate(). (Tim) Good enough? How to make sure (any) gui is really ready? -- cgit v1.2.3