diff options
author | Florian Jung <flo@windfisch.org> | 2011-04-17 15:46:34 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-04-17 15:46:34 +0000 |
commit | a166bf3113c24a02c154bcd94f5f4291d6e675fe (patch) | |
tree | 4d8f5a2d6a6b675e976c764b91aa8b62cbb19f2b /muse2/ChangeLog | |
parent | 47a10173ea203de2036dd00791fe5c24fb673135 (diff) | |
parent | aab05a914e357938f0ccb3d592186320e0646366 (diff) |
a mastertrack keymap editor has been inserted and used
merged with current trunk, removed attic/
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 9d5e7237..002b8bf6 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,21 @@ +16.04.2011: + - Added KeyList for keeping key change events and ability to edit it in + master list editor (rj) + - fixed stuff in master list editor (rj) + * editing tempo signature is now atleast working + * editing time position is now atleast working + * double clicking a line moves the playpointer to this position if we are not playing + * changed adding tempo/sig/key so they pick the postion from the play pointer instead + of just incrementing the time position, I can't fathom when that would be preferrable + (if there is a time, I'm sure someone will let me know :) ) + - song changed not implemented yet + - undo/redo is not implemented + - Fixed crash in dssihost.cpp - my bad from recent p4.0.20 changes. (Tim) + - Added destructors to sigmap and tempomap. Test OK. (Tim) +15.04.2011: + - And while we're at it... Invert drum track 'slivers' in arranger parts. (Tim) + - Move part name text to bottom to accommodate drum 'slivers'. + Use lowest gradient colour from new gGradientFromQColor(), to determine whether to invert. 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. |