--- linuxsampler/trunk/ChangeLog 2009/07/09 17:37:41 1933 +++ linuxsampler/trunk/ChangeLog 2009/07/31 07:45:47 1956 @@ -1,4 +1,4 @@ -Version CVS HEAD (?) +Version 1.0.0 (30 July 2009) * packaging changes: - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly, @@ -58,6 +58,9 @@ - theoretical fix: made SynchronizedConfig follow C++0x memory model more strictly - fixes for using large audio device buffers + - Windows: add the installation directory to the DLL search path + when loading an editor plugin (solves problems with VST and + gigedit on systems with other GTK versions installed) * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -88,6 +91,8 @@ - performance optimization of AudioChannel::MixTo() and AudioChannel::CopyTo() methods using GCC vector exensions (if available) + - ASIO fixes: avoid initializing the device twice, avoid throwing + exception when getting parameters from a disconnected device * MIDI driver: - added JACK MIDI driver @@ -99,6 +104,7 @@ - fixed mingw-w64 compilation error in MME driver - made program change handling in MIDI thread real-time safe by moving the logic to a non-RT thread + - fixed minor memory leak in ALSA driver * instruments database: - avoid time consuming samples scanning when adding instruments @@ -116,6 +122,7 @@ databases for each windows user if no DB is present it automatically creates the .linuxsampler subdir and then creates an empty DB + - fixed recursive import, which was broken on Windows * Gigasampler format engine: - fixed a memory leak that could happen when a channel was deleted