--- linuxsampler/trunk/ChangeLog 2007/09/04 01:12:49 1321 +++ linuxsampler/trunk/ChangeLog 2007/09/15 11:05:38 1349 @@ -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 @@ -107,6 +111,8 @@ - returns verbose syntax errors (line and column where syntax error occured, the unexpected character and the actually expected, possible character(s), the latter only if less than 5 possibilities) + - made sure that LSCP syntax is not affected by gigedit locale + settings * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39) @@ -127,6 +133,7 @@ audio output channels and MIDI input ports - the connection to the PCM interface is now closed when destroying an audio output device + - files with slash in their path or filename could not be loaded * test cases: - updated and fixed (haven't been touched in a while)