--- linuxsampler/trunk/ChangeLog 2007/03/25 18:59:14 1130 +++ linuxsampler/trunk/ChangeLog 2007/05/29 23:59:36 1212 @@ -1,8 +1,14 @@ Version CVS HEAD (?) * packaging changes: + - config.h is not going to be installed along with liblinuxsampler's + API header files anymore - only the API relevant header (and source) files will be exported to the Doxygen API documentation (explicitly listed in Doxyfile.in) + - added completely new XCode project files for Mac OSX which is now + 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) * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -32,6 +38,16 @@ controllers - global (sampler wide) volume can now be controlled at runtime - Implemented new, improved notification system + - fixed compilation errors regarding OSX + (patch by Toshi Nagata) + - implemented 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 + startup, added a new LSCP command "EDIT INSTRUMENT " + to spawn a matching instrument editor for the instrument on the + given sampler channel, the plugin path can be overridden at compile + time with ./configure --enable-plugin-dir=/some/dir * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -54,6 +70,11 @@ - EG fine tuning: when attack is zero the EG starts at a level above max sustain level, which means that there is a decay phase even if sustain is 100% + - more EG fixes: the level could sometimes go below zero and cause + noises or crashes + - minor fix of EGDecay (patch by Toshi Nagata) + - fixed compiler error when --enable-override-filter-type was + supplied to the configure script (fixes #46) * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)