--- linuxsampler/trunk/ChangeLog 2007/03/22 20:39:04 1108 +++ linuxsampler/trunk/ChangeLog 2007/05/12 16:03:00 1181 @@ -3,6 +3,10 @@ * packaging changes: - 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 @@ -31,6 +35,10 @@ (i.e. jack-rack), the send levels are controllable via arbitrary MIDI 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 * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -53,6 +61,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)