--- linuxsampler/trunk/ChangeLog 2007/03/25 18:59:14 1130 +++ linuxsampler/trunk/ChangeLog 2007/04/16 15:51:18 1161 @@ -32,6 +32,9 @@ 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 @@ -54,6 +57,9 @@ - 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) * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)