--- linuxsampler/trunk/ChangeLog 2009/08/30 11:27:35 1993 +++ linuxsampler/trunk/ChangeLog 2010/01/09 09:37:01 2043 @@ -1,12 +1,37 @@ Version CVS HEAD (?) - * host plugins: + * General changes: + - Refactoring: moved the independent code from + the Gigasampler format engine to base classes + + * Gigasampler format engine: + - implemented the "round robin keyboard" dimension + - fixed round robin and random dimensions for cases when number of + dimension zones is not a power of two + - made round robin use a counter for each region instead of each + key + + * SFZ format engine + - Initial implementation (not usable yet) + + * SoundFont format engine + - Initial implementation (not usable yet) + + * Host plugins: - AU bugfix: failed to destroy its audio/MIDI devices + - Listen to all interfaces on Mac OS X (INADDR_ANY) * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding the ALSA sequencer client name + * LSCP server: + - added support for sending MIDI CC messages via LSCP command + "SEND CHANNEL MIDI_DATA CC " + + * Bug fixes: + - Fixed crash which may occur when MIDI key + transpose is out of range + Version 1.0.0 (31 July 2009) * packaging changes: