diff options
author | Florian Jung <flo@windfisch.org> | 2011-06-28 12:38:56 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-06-28 12:38:56 +0000 |
commit | 1ee2c8cb621fdc9b165b891f6d8d4607dadabf9b (patch) | |
tree | 27174350316c57d48f8ecaad54f7919f0ba106e1 /muse2/ChangeLog | |
parent | 2f4a98c62adf7241944ea7949d4b6a50d4b4af36 (diff) | |
parent | 933aeb536f3d90eb38bc96308de628eeedd81755 (diff) |
merged with current trunk. i hope this works...
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 79452eb9..f21cd4ba 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,18 @@ +21.06.2011: + - Fixed wave editor position and marker drawing corruption. (Tim) + - Updated Yamaha m06 IDF file to version 4 by Geoff King. (Tim) +18.06.2011: + (By Tim. Marked as p4.0.27) + - Major work, all synthesizers. Sysexes now wrapped in a header MFG ID (0x7c) + synth ID. Fixed leaks, crashes. + Each MESS synth (or just the single DSSI host) now has a unique ID, used in the sysex header. + TODOS: Finish DeicsOnze::getControllerInfo. Fix Fluid - must set to High Bank #2 to see any patch names! + *NOTE: Some data will now change upon saving a song! Compatibility with old songs is built-in and transparent. + Ask Tim for details. + *Feature: SimpleDrums now FULLY functional including effects. Support old songs + MusE-1 songs, tested OK. + - Fluid soft synth now remembers and displays the font name. + - Fixed midi TrackInfo patch name not initializing at position 0 even when value stored, with FluidSynth (possibly others). + - Fixed some leaks, lack of dtors cleanup call when repeatedly loading songs. Should be a weee bit more stable now. + - EXPERIMENT: Midi track input routes can now come from any of the synthesizers! This is a WIP and might change or disappear. 06.06.2011: - removed (unused) support for disabling the keymap (flo93) 04.06.2011: |