summaryrefslogtreecommitdiff
path: root/muse2
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-07-28 17:17:02 +0000
committerFlorian Jung <flo@windfisch.org>2011-07-28 17:17:02 +0000
commit346fbb6c864890959ac2e3a7f4549d6bb202373e (patch)
treecb6c9fb6c0c5a497746d12d040782d828b1a25e9 /muse2
parentdea19421318fdef6cc0f3d9bbfae29c5470361a3 (diff)
oops, forgot to update ChangeLog
Diffstat (limited to 'muse2')
-rw-r--r--muse2/ChangeLog9
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.