summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-07-14 06:21:40 +0000
committerTim E. Real <termtech@rogers.com>2011-07-14 06:21:40 +0000
commitedf44d278da25cb159024fc60596b76bec227924 (patch)
tree0634d865a09cbe6702f0c3e0610c8d9f2fe4f1c7 /muse2/ChangeLog
parentf375241ea30ecbaecb341ed01bc0a29f2c35f817 (diff)
Fixed loading of old songs with synths - added static keyword to array in
each synth's oldMidiStateHeader() member.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog3
1 files changed, 3 insertions, 0 deletions
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)