--- linuxsampler/trunk/ChangeLog 2009/04/26 12:19:00 1889 +++ linuxsampler/trunk/ChangeLog 2009/06/26 18:55:02 1922 @@ -11,6 +11,10 @@ - fixes for building with newer MinGW versions - fix for building with bison 2.4 (#111) - 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 + - configure script fix: removed unconditional use of SSE * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -49,6 +53,7 @@ InstrumentManager::LaunchInstrumentEditor() - theoretical fix: made SynchronizedConfig follow C++0x memory model more strictly + - fixes for using large audio device buffers * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -67,6 +72,15 @@ (fixes #117) - fixes for ASIO on mingw-w64 (iasio wrapper is not needed on 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 * MIDI driver: - added JACK MIDI driver @@ -84,6 +98,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 @@ -125,6 +148,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 @@ -152,6 +177,8 @@ a gigedit file dialog is opened) - close all connections when LSCPServer is deleted - hard close of all sockets on exit + - bugfix: SET CHANNEL MIDI_INPUT_TYPE didn't work with the MME + driver * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting @@ -175,6 +202,8 @@ PowerPC, which probably could cause crashes on that platform - fixed a memory management error which could cause a crash when a plugin was unloaded + - bugfix: two private structs had the same name, which could cause + problems if the linker chose the wrong constructor Version 0.5.1 (6 December 2007)