--- linuxsampler/trunk/ChangeLog 2007/08/13 20:05:56 1295 +++ linuxsampler/trunk/ChangeLog 2007/08/27 07:51:28 1305 @@ -109,6 +109,15 @@ - 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 + - added default min and max values to restrict the number of allowed + audio output channels and MIDI input ports + - the pcm is now closed when destroying an audio output device * test cases: - updated and fixed (haven't been touched in a while)