--- linuxsampler/trunk/ChangeLog 2006/02/06 18:07:17 835 +++ linuxsampler/trunk/ChangeLog 2006/03/04 16:23:53 841 @@ -58,6 +58,9 @@ - fixed parser bug which occured on space(s) within device parameters (e.g. "SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 SOMEPARAM='foo bar'") + * audio driver: + - added aRts audio output driver (by no means RT safe) + * MIDI driver: - fixed legacy sysex code which caused dispatching of MIDI SysEx messages several times instead of once @@ -75,6 +78,8 @@ (new LSCP commands: GET TOTAL_VOICE_COUNT, GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE TOTAL_VOICE_COUNT, UNSUBSCRIBE TOTAL_VOICE_COUNT) - fixed some memory management errors + - fixed some concurrency problems that could lead to crashes when + LSCP commands were executed Version 0.3.3 (15 July 2005)