--- linuxsampler/trunk/ChangeLog 2013/03/04 15:12:48 2431 +++ linuxsampler/trunk/ChangeLog 2013/09/04 20:40:12 2463 @@ -24,6 +24,11 @@ LDFLAGS="-Wl,--no-undefined" (#190) - fixed compilation with Clang 3.2 - removed usage of deprecated Automake variable INCLUDES + - fixed building with C++11 + - build fix: ChangeFlagRelaxed.h was missing in makefile + - build fix: libsndfile compiler flags were missing in some + makefiles + - fix for building with bison 3.0 (#202) * general changes: - Refactoring: moved the independent code from @@ -66,6 +71,13 @@ 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). + - lsatomic.h fixes: seq_cst load and store were suboptimal for x86 + and broken for ppc64. (Seq_cst loads and stores are actually not + used in LS, so the bug wasn't noticable.) + - lsatomic.h: added ARMv7 support * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -308,6 +320,7 @@ - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off. - Implemented missing handling of MIDI "running status". - CoreMIDI fix: a MIDIPacket can contain more than one event per packet. + - MME bugfix: driver wasn't closed properly * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) @@ -316,6 +329,7 @@ - JACK audio: jack_port_get_buffer() was cached and called outside RT context. - ASIO driver: removed compiler warnings + - CoreAudio: fixed minor error handling bug * LSCP server: - added support for sending MIDI CC messages via LSCP command