--- linuxsampler/trunk/ChangeLog 2007/02/07 17:45:19 1041 +++ linuxsampler/trunk/ChangeLog 2007/03/04 02:09:10 1065 @@ -1,5 +1,9 @@ Version CVS HEAD (?) + * packaging changes: + - only the API relevant header (and source) files will be exported to + the Doxygen API documentation (explicitly listed in Doxyfile.in) + * general changes: - replaced the old, confusing MIDI program change mechanism by a flexible MIDI instrument mapper which allows to map arbitrary @@ -31,6 +35,11 @@ * MIDI driver: - dispatch bank select (MSB and LSB) messages + * audio driver: + - the ALSA audio output driver parameters now reflect the correct + parameter value ranges for the respective selected sound card + (patch by Till Wimmer, a bit fixed and extended) + * Gigasampler format engine: - if a filter is used and EG2 finishes before EG1, let the voice die when EG2 has finished (this fixes a problem with clicks and @@ -41,6 +50,9 @@ command - EG fix: a release value of zero could cause noises or crash - handle MIDI coarse tuning messages (MIDI RPN #0 MSB #2 LSB) + - 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% * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)