diff options
author | Florian Jung <flo@windfisch.org> | 2011-07-28 17:20:06 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-07-28 17:20:06 +0000 |
commit | d8b982306e85b2a29f793d50cab2a424c1715c0d (patch) | |
tree | 389dbe1037fdb0f2639e5610f3d6c394ed8c9233 /muse2/ChangeLog | |
parent | 7193ff9d74fe76737d28ba77bf3dcadac19d2895 (diff) | |
parent | 346fbb6c864890959ac2e3a7f4549d6bb202373e (diff) |
merged with trunk
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 260d7225..7dc46580 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,15 @@ +28.07.2011: + - speeded up structural operations (flo93) + - fixed several heavy bugs in structural operations: (flo93) + - global insert freezed muse + - global cut and global insert behaved wrong on parts not + starting at the zeroth tick + - fixed upper_bound vs. lower_bound issues + - clicking below the track list now deselects all tracks (flo93) + - moved checkRegionNotNull() where it belongs (flo93) +14.07.2011: + - Fixed loading of old songs with synths. (Tim) + Added static keyword to array in each synth's oldMidiStateHeader() member. 27.06.2011: - Massively speeded up muse by using operation groups (flo93) - Changed behaviour of middle click in all canvases to "delete" (flo93) |