--- linuxsampler/trunk/ChangeLog 2007/03/22 20:39:04 1108 +++ linuxsampler/trunk/ChangeLog 2007/04/07 22:32:47 1149 @@ -31,6 +31,9 @@ (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) * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -53,6 +56,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)