--- linuxsampler/trunk/ChangeLog 2006/02/05 10:24:05 832 +++ linuxsampler/trunk/ChangeLog 2006/02/10 14:57:40 838 @@ -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 @@ -74,6 +77,7 @@ - support for monitoring the total number of active voices (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 Version 0.3.3 (15 July 2005)