diff options
author | Tim E. Real <termtech@rogers.com> | 2012-09-07 00:38:35 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-09-07 00:38:35 +0000 |
commit | 3b57e61b68d727a5300722015cfde332b5bd5cdf (patch) | |
tree | 8b986e6e10c7de0be59d790a87747e9062da4251 /muse2/ChangeLog | |
parent | f54d0539f6fd26f9b326ddb6761e0a6c296ca6dc (diff) |
Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ahead
of MusE.
And unrelated simple change: Privatize Arranger::parentWin.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index d27e00e9..f36841d7 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,6 @@ +06.09.2012: + - Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ahead of MusE. (Tim) + - Simple change: Privatize Arranger::parentWin. (Tim) 04.09.2012: - Fix for forum topic "Ordering of simultaneous events". (Tim) Methods EventList::add() and ::move() now sort all same-time notes AFTER controllers. |