diff options
author | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
commit | eec7d9eb4d38a8f7bdbdb9d6301990a8574b3936 (patch) | |
tree | 40272af654ae071d64f237ea8333fbf96d056611 /muse2/ChangeLog | |
parent | 1bc4ba9dfc00b6e7511fbf4765296a2002f83315 (diff) | |
parent | b68a212e2d1a400145cc8010f74c0b15fe2ce284 (diff) |
merged experimental branch into trunk, adding:
- new style drummaps
- drummaps stored in idf files
- auto-assigning drummaps
- some fixes
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 1445633b..4b9646f4 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,4 +1,20 @@ 03.01.2012: + - ADDED NEW STYLE DRUM TRACKS: (flo93) + + multiple tracks can be displayed in one editor + their drum sound columns can be reordered, mixed up, hidden. + drumtracks can be grouped by channel, not at all, or maximally + each track owns its own drummap + added drummap-definitions to instrument files (gs and xg.idf) + drumtracks' drummap can be automatically set according to + the currently used patch/program/bank + new-style-drumtracks can ignore muted, hidden or both sounds when + recording + + KNOWN ISSUES: when having multiple drumeditors open, the mute-column + may not work, because another editor is overriding this. + this is not a bug. + - Global Cut: Fixed crashes with markers. Re-did marker section in structure.cpp:adjustGlobalLists(). (Tim) TODO: Still get tempo, key, and sig not found warnings. 02.01.2012: |