--- linuxsampler/trunk/ChangeLog 2009/07/09 17:37:41 1933 +++ linuxsampler/trunk/ChangeLog 2009/11/01 18:46:45 2024 @@ -1,5 +1,32 @@ Version CVS HEAD (?) + * General changes: + - Refactoring: moved the independent code from + the Gigasampler format engine to base classes + + * SFZ format engine + - Initial implementation (not usable yet) + + * SoundFont format engine + - Initial implementation (not usable yet) + + * Host plugins: + - AU bugfix: failed to destroy its audio/MIDI devices + - Listen to all interfaces on Mac OS X (INADDR_ANY) + + * MIDI driver: + - ALSA MIDI driver supports now "NAME" device parameter, for overriding + the ALSA sequencer client name + + * LSCP server: + - added support for sending MIDI CC messages via LSCP command + "SEND CHANNEL MIDI_DATA CC " + + * Bug fixes: + - Fixed crash which may occur when MIDI key + transpose is out of range + +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 +85,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 +118,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 +131,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 +149,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