--- linuxsampler/trunk/ChangeLog 2013/03/01 23:00:17 2426 +++ linuxsampler/trunk/ChangeLog 2013/05/03 14:26:32 2448 @@ -64,6 +64,11 @@ - all engines: add pan CC value to instrument pan parameter before applying panning, instead of using two separate pan functions in 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 @@ -305,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)