--- linuxsampler/trunk/ChangeLog 2007/09/04 01:12:49 1321 +++ linuxsampler/trunk/ChangeLog 2007/09/30 20:04:11 1360 @@ -9,6 +9,8 @@ capable to execute our autoconf environment, thus no need anymore to maintain the compile time configuration file (osx/version.h) for OSX manually (patch by Toshi Nagata) + - fixed buggy boolean --enable-foo / --disable-foo configure script + parameters * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -41,6 +43,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 +97,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 +113,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 +135,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)