--- linuxsampler/trunk/ChangeLog 2009/05/10 09:31:51 1897 +++ linuxsampler/trunk/ChangeLog 2009/06/06 16:48:00 1912 @@ -14,6 +14,7 @@ - minor fix in configure for mmsystem.h detection on MinGW - Windows: look for editor plugins and Fantasia using base directory of liblinuxsampler dll + - configure script fix: removed unconditional use of SSE * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -73,6 +74,9 @@ 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) * MIDI driver: - added JACK MIDI driver @@ -90,6 +94,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 @@ -131,6 +144,8 @@ - added support for GS Reset SysEx message - allow gig files to use unlimited downward pitch shifting - added a limit check for upward pitch shifting + - bugfix: sometimes, when playing a note twice fast, the second + note was silent * LSCP server: - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to