summaryrefslogtreecommitdiff
path: root/muse/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-06-23 00:44:05 +0000
committerTim E. Real <termtech@rogers.com>2010-06-23 00:44:05 +0000
commitb6c7f3cb83ef75bb9c3408e2dbc7e1ca851d1a7d (patch)
treec358819db0fe6358caecd3b40b982c2ce9621c59 /muse/ChangeLog
parent09dc291bba8d2421a1898366864a3690638e9d39 (diff)
See ChangeLog
Diffstat (limited to 'muse/ChangeLog')
-rw-r--r--muse/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog
index 88bfdbf8..44125d7b 100644
--- a/muse/ChangeLog
+++ b/muse/ChangeLog
@@ -1,3 +1,10 @@
+22.06.2010
+ * Fixed: Crashes loading a song while another is loaded. Or worse, it loads but saving corrupts the file! (T356)
+ - Song::clear(): Clear all midi port devices. Delete Jack midi devices, and remove all ALSA midi device routes.
+ - Route::read() Ignore bogus midi routes in med file if the device they refer to is not in use by the song (port is -1).
+ - MidiJackDevice::writeRouting(), MidiAlsaDevice::writeRouting(): Ignore and do not write midi routes if the device
+ they refer to is not in use by the song (port is -1). This prevents bogus midi routes writing to med file.
+ - Fifo::~Fifo(): Free the buffers! Fifo::getWriteBuffer(), Fifo::put(): Verify allocation. Fifo::get(): Verify buffers.
15.06.2010
* Fixed: Jack midi output: Sent pitch bend and program values were incorrect, if coming from midi keyboard. (T356)
- Reported by Pieter while using Hurdy Gurdy vst under fst. Tests OK now, here.