--- linuxsampler/trunk/ChangeLog 2013/03/02 07:03:04 2427 +++ linuxsampler/trunk/ChangeLog 2013/05/03 14:26:32 2448 @@ -66,6 +66,9 @@ series (#182) - added a lock guard class for exception safe mutex handling and used it everywhere appropriate + - Immediately apply scale tuning changes to active voices. + - Exposed scale tuning to C++ API (along to the already existing standard + SysEx way). * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -307,7 +310,7 @@ virtual keyboards in frontends / instrument editors being stuck. - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off. - Implemented missing handling of MIDI "running status". - - MME: pass time stamps to the sampler. + - CoreMIDI fix: a MIDIPacket can contain more than one event per packet. * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio)