--- linuxsampler/trunk/ChangeLog 2007/08/17 12:55:37 1298 +++ linuxsampler/trunk/ChangeLog 2007/08/31 10:29:13 1314 @@ -59,6 +59,8 @@ - fixed some minor memory leaks - reenabled assembly features support, at the moment only for enabling a fast denormal FPU mode (x86 platforms supporting SSE2) + - minor assembly fix in x86 features detection (don't use the PIC + register, to avoid relocations in the text segment at runtime) * MIDI driver: - dispatch bank select (MSB and LSB) messages @@ -115,6 +117,10 @@ - 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 connection to the PCM interface is now closed when destroying + an audio output device * test cases: - updated and fixed (haven't been touched in a while)