From edf44d278da25cb159024fc60596b76bec227924 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 14 Jul 2011 06:21:40 +0000 Subject: Fixed loading of old songs with synths - added static keyword to array in each synth's oldMidiStateHeader() member. --- muse2/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 260d7225..9f01c1e4 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,6 @@ +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) -- cgit v1.2.3 From 346fbb6c864890959ac2e3a7f4549d6bb202373e Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 28 Jul 2011 17:17:02 +0000 Subject: oops, forgot to update ChangeLog --- muse2/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'muse2/ChangeLog') 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. -- cgit v1.2.3