--- linuxsampler/trunk/ChangeLog 2009/06/26 18:55:02 1922 +++ linuxsampler/trunk/ChangeLog 2009/10/23 17:53:17 2012 @@ -1,5 +1,28 @@ 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 + + * 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 @@ -13,8 +36,12 @@ - fixed building with libgig installed in a non-standard directory - minor fix in configure for mmsystem.h detection on MinGW - Windows: look for editor plugins and Fantasia using base - directory of liblinuxsampler dll + directory of liblinuxsampler dll (look in the same directory and one + directory above) - configure script fix: removed unconditional use of SSE + - fixed building with sqlite installed in a non-standard directory + - when cross-compiling, don't try to create instruments.db + - fix for new mingw-w64 version, which has usleep * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -54,6 +81,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 @@ -81,6 +111,11 @@ stereo - added channel routing, fxsends and midi maps to the settings stored in the plugin state + - 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 @@ -90,6 +125,9 @@ - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, MME, CoreMidi or AU - 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 @@ -100,13 +138,14 @@ (patch by Chris Cherrett & Andrew Williams, a bit adjusted) - work-around for missing fnmatch function on Windows to make instrument database compilable - - added instrument database support on Windows - works with both standalone mode and VST plugin. - the instruments DB file is located in - %USERPROFILE%\.linuxsampler\instruments.db which allows different - databases for each windows user - if no DB is present it automatically creates the .linuxsampler subdir - and then creates an empty DB + - added instrument database support on Windows + works with both standalone mode and VST plugin. + the instruments DB file is located in + %USERPROFILE%\.linuxsampler\instruments.db which allows different + 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 @@ -150,6 +189,8 @@ - added a limit check for upward pitch shifting - bugfix: sometimes, when playing a note twice fast, the second note was silent + - fixed crash happening when a pitch bend event arrived at the + same time a new instrument was loading * LSCP server: - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to @@ -204,6 +245,8 @@ plugin was unloaded - bugfix: two private structs had the same name, which could cause problems if the linker chose the wrong constructor + - fixed low-level ConditionServer usage bug that caused lockups on + Windows Version 0.5.1 (6 December 2007)