--- linuxsampler/trunk/ChangeLog 2009/06/12 18:55:35 1917 +++ linuxsampler/trunk/ChangeLog 2009/06/28 16:43:38 1924 @@ -15,6 +15,7 @@ - Windows: look for editor plugins and Fantasia using base directory of liblinuxsampler dll - 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 @@ -79,6 +80,8 @@ 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 @@ -88,6 +91,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 @@ -148,6 +153,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