--- linuxsampler/trunk/ChangeLog 2007/08/10 15:06:11 1283 +++ linuxsampler/trunk/ChangeLog 2007/08/17 12:55:37 1298 @@ -106,6 +106,15 @@ channel audio output device" - fixed a crash which occurs when reassigning the same engine on a sampler channel with connected MIDI device + - fixed a crash which occurs when changing the number of ports of a MIDI + device connected to a sampler channel to number less then or equal + to the index of the port to which the sampler channel is connected. + - The previous bindings were not been disconnected when altering + the ALSA_SEQ_BINDINGS parameter. Introduced a NONE keyword for + unsubscribing from all bindings (e.g. ALSA_SEQ_BINDINGS=NONE). + - The active stream/voice count statistic was incorrect. + - notification events were not been sent for some sampler + channel changes * test cases: - updated and fixed (haven't been touched in a while)