--- linuxsampler/trunk/ChangeLog 2009/07/14 18:25:11 1943 +++ linuxsampler/trunk/ChangeLog 2009/08/30 11:27:35 1993 @@ -1,5 +1,14 @@ Version CVS HEAD (?) + * host plugins: + - AU bugfix: failed to destroy its audio/MIDI devices + + * MIDI driver: + - ALSA MIDI driver supports now "NAME" device parameter, for overriding + the ALSA sequencer client name + +Version 1.0.0 (31 July 2009) + * packaging changes: - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly, causing e.g. the libgig test to fail when @@ -58,6 +67,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 +100,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 +113,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