--- linuxsampler/trunk/ChangeLog 2009/05/16 12:14:27 1906 +++ linuxsampler/trunk/ChangeLog 2009/07/04 14:58:34 1931 @@ -13,8 +13,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 @@ -74,6 +78,16 @@ win64) - VST: added support for sample rate and buffer size changes - VST: close editor (Fantasia) when the VST is removed + - VST: avoid opening Fantasia more than once for each VST instance + - VST: export main function as "main" on Linux too (fix for + energyXT) + - VST: changed number of output channels from one stereo to 16 + 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) * MIDI driver: - added JACK MIDI driver @@ -83,6 +97,8 @@ - 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 * instruments database: - avoid time consuming samples scanning when adding instruments @@ -91,6 +107,15 @@ - Implemented option for adding instruments in separate directories in the instruments database (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 * Gigasampler format engine: - fixed a memory leak that could happen when a channel was deleted @@ -134,6 +159,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