--- linuxsampler/trunk/ChangeLog 2007/12/02 19:07:17 1534 +++ linuxsampler/trunk/ChangeLog 2007/12/29 20:27:53 1601 @@ -1,5 +1,16 @@ Version CVS HEAD (?) + * general changes: + - bugfix: on some POSIX systems instrument editor plugins refused to + load as we used a non-portable Linux specific struct field + (fixes bug #70, patch by Ronald Baljeu) + + * 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 +35,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