summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2013-02-02 07:37:31 +0000
committerTim E. Real <termtech@rogers.com>2013-02-02 07:37:31 +0000
commitf118ed0cfca8ab717b87e1f00459199acba80bb9 (patch)
tree7a5a46771dcea1a978182d0da0134e6a5d049745 /muse2/ChangeLog
parent5d8ab88bd418da3a4047b38707b5a49f32e912ba (diff)
Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns default to them.
Required some icon and colour changes. See ChangeLog. Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index d0ab39f7..73585573 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,12 @@
+02.02.2013:
+ * Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns default to them. (Tim...)
+ The drum list port and channel columns are now blank by default until overriden by user.
+ When blank they default to the track port and channel.
+ Internally, -1 is now an acceptable value for members DrumMap::port and ::channel, meaning default to track.
+ All built-in drum maps have been changed, as well as the initial and blank DrumMap structures.
+ - Since Old Style Drum and New Style Drum had the same icon, and the only way to tell the difference between them
+ was the port and channel columns, and that difference is now gone, this required some icon and colour changes.
+ - Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().
28.01.2013:
- MusE 2.1.1 released!
- Added setting for default track height (rj)