--- linuxsampler/trunk/ChangeLog 2009/06/26 18:55:02 1922 +++ linuxsampler/trunk/ChangeLog 2009/07/03 11:14:46 1928 @@ -13,8 +13,10 @@ - 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 * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -90,6 +92,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 @@ -105,7 +109,7 @@ 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 + if no DB is present it automatically creates the .linuxsampler subdir and then creates an empty DB * Gigasampler format engine: @@ -150,6 +154,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