--- linuxsampler/trunk/ChangeLog 2009/03/27 12:16:12 1876 +++ linuxsampler/trunk/ChangeLog 2009/05/03 12:15:40 1895 @@ -11,6 +11,7 @@ - fixes for building with newer MinGW versions - fix for building with bison 2.4 (#111) - fixed building with libgig installed in a non-standard directory + - minor fix in configure for mmsystem.h detection on MinGW * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -47,6 +48,9 @@ liblinuxsampler C++ API methods: InstrumentEditor::Main(), InstrumentEditor::Launch(), InstrumentManager::LaunchInstrumentEditor() + - theoretical fix: made SynchronizedConfig follow C++0x memory + model more strictly + - fixes for using large audio device buffers * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -60,12 +64,22 @@ - JACK: use jack_client_open instead of the deprecated jack_client_new - added (experimental) CoreAudio driver + - applied old fixes to the ASIO driver that were included in the + previous binary release but accidentally never committed to CVS + (fixes #117) + - fixes for ASIO on mingw-w64 (iasio wrapper is not needed on + win64) + - VST: added support for sample rate and buffer size changes + - VST: close editor (Fantasia) when the VST is removed * MIDI driver: - added JACK MIDI driver - dispatch bank select as ordinary CC as well, the user might seriously want to (mis)use it for some purpose ("fixed" in all current MIDI input drivers: ALSA, CoreMIDI, JACK, MidiShare, MME) + - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, MME, + CoreMidi or AU + - fixed mingw-w64 compilation error in MME driver * instruments database: - avoid time consuming samples scanning when adding instruments @@ -141,6 +155,7 @@ - bugfix: retry if "select" returns EINTR (this fixes a crash when a gigedit file dialog is opened) - close all connections when LSCPServer is deleted + - hard close of all sockets on exit * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting @@ -162,6 +177,8 @@ - fixed endless loop in Engine::SuspendAll() (bug #120) - fixed a low-level atomic load function that was broken on 64-bit PowerPC, which probably could cause crashes on that platform + - fixed a memory management error which could cause a crash when a + plugin was unloaded Version 0.5.1 (6 December 2007)