--- linuxsampler/trunk/ChangeLog 2007/09/09 12:22:34 1332 +++ linuxsampler/trunk/ChangeLog 2007/09/14 14:45:11 1348 @@ -41,6 +41,7 @@ - fixed compilation errors regarding OSX (patch by Toshi Nagata) - implemented instruments database + - added support for escape sequences to the instruments database - added highly experimental support for on-the-fly instrument editing within the sampler's process (by using instrument editor plugins), you'll notice the new "Registered instrument editors:" message on @@ -94,6 +95,9 @@ supplied to the configure script (fixes #46) - disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS instead of a fix value + - behavior fix: on MIDI CC# 65 (portamento on / off), 126 (mono mode), + 127 (solo mode) only kill voices if the respective mode really + changed * LSCP server: - fixed compile time error for old Bison versions