--- linuxsampler/trunk/ChangeLog 2007/02/10 12:00:55 1046 +++ linuxsampler/trunk/ChangeLog 2007/05/06 16:38:35 1175 @@ -1,5 +1,13 @@ 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) + - 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 flexible MIDI instrument mapper which allows to map arbitrary @@ -17,8 +25,8 @@ MIDI instrument maps and assign each sampler channel individually a certain map, so that i.e. separation of normal instruments and drumkits is possible - - new notification events for tracking audio/MIDI device changes, - MIDI instrument map changes and MIDI instrument changes + - new notification events for tracking changes to audio/MIDI devices, + MIDI instrument maps, MIDI instruments, FX sends, global volume. - sampler was limited to load max. 200 instruments in the background due to a constant size RingBuffer FIFO which is now replaced by a dynamic (unlimited) size std::list FIFO @@ -27,10 +35,19 @@ (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 + * 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 @@ -44,6 +61,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)