--- linuxsampler/trunk/ChangeLog 2012/10/04 18:16:26 2377 +++ linuxsampler/trunk/ChangeLog 2012/11/21 21:52:15 2380 @@ -20,6 +20,8 @@ - lsatomic.h: use gcc provided atomic functions if building with gcc 4.7 and C++11 - modernized configure script + - fixed linkage error when building with + LDFLAGS="-Wl,--no-undefined" (#190) * general changes: - Refactoring: moved the independent code from @@ -285,6 +287,7 @@ - CoreMIDI: added driver specific port parameter "AUTO_BIND", if enabled the driver will automatically connect to other CoreMIDI clients' ports (e.g. external MIDI devices being attached to the Mac) + - added support for MIDI note on velocity filter * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio)