--- linuxsampler/trunk/ChangeLog 2009/11/01 18:46:45 2024 +++ linuxsampler/trunk/ChangeLog 2010/01/11 21:14:14 2047 @@ -3,16 +3,28 @@ * General changes: - Refactoring: moved the independent code from the Gigasampler format engine to base classes + - command line option '--profile' is currently disabled, since the + respective profiling code is currently broken - * SFZ format engine + * 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 + * 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) + - VST bugfix: If the host called resume() before and after + changing sample rate or block size, the number of channels was + incorrectly set to two. This caused silence in Cubase 5. * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding