--- linuxsampler/trunk/ChangeLog 2007/12/02 19:07:17 1534 +++ linuxsampler/trunk/ChangeLog 2007/12/28 15:47:33 1599 @@ -1,5 +1,11 @@ Version CVS HEAD (?) + * audio driver: + - removed the nonsense audio channel constraint (which was hard coded to + max. 100 audio channels) for most audio drivers + +Version 0.5.1 (6 December 2007) + * packaging changes: - added autoconf checks for pthread library - added autoconf check for pthread bug found on certain NPTL-enabled @@ -24,6 +30,9 @@ - experimental support for MS Windows (MIDI input via MME, AUDIO output via ASIO) - made handling of SIGINT signal (Ctrl-C) a bit more robust + - support for monitoring the total number of active disk streams + (new LSCP commands: GET TOTAL_STREAM_COUNT, + SUBSCRIBE TOTAL_STREAM_COUNT, UNSUBSCRIBE TOTAL_STREAM_COUNT) * AUDIO driver: - added Windows ASIO low latency audio driver