From 725b1d96a20557856fc1ceaf3d886bdd2f816826 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mon, 12 Sep 2011 04:31:08 +0000 Subject: Improvements in rounding corners of meters, sliders; plus some other updates. See ChangeLog. --- muse2/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index a49709a5..b798bdeb 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,11 @@ +11.09.2011: + - Rewrote the rounding function for efficientcy. Moved the function into utils.cpp since it is written + for general purpose. (Orcan) + - The rounding in the meter is done in paintEvent now. I also enabled Antialiasing to make the corners + look nicer. Therefore I had to comment out Qt::WA_OpaquePaintEvent attributes in the meter and the + verticalmeter for now. Some testing needed. (Orcan) + - Plugin slider color codes are now generated from plugin ID numbers. (Orcan) + - Active plugins are colored in green in the rack. (Orcan) 09.09.2011: - Removed sending of SEQM_ADD_TRACK, SEQM_REMOVE_TRACK, SEQM_CHANGE_TRACK, SEQM_REMOVE_PART, and SEQM_CHANGE_PART to ALSA midi thread (which waits) from inside Audio::processMsg. -- cgit v1.2.3