diff options
author | Florian Jung <flo@windfisch.org> | 2011-07-28 17:17:02 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-07-28 17:17:02 +0000 |
commit | 346fbb6c864890959ac2e3a7f4549d6bb202373e (patch) | |
tree | cb6c9fb6c0c5a497746d12d040782d828b1a25e9 | |
parent | dea19421318fdef6cc0f3d9bbfae29c5470361a3 (diff) |
oops, forgot to update ChangeLog
-rw-r--r-- | muse2/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 9f01c1e4..7dc46580 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,12 @@ +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. |