--- linuxsampler/trunk/ChangeLog 2007/11/19 22:10:18 1495 +++ linuxsampler/trunk/ChangeLog 2007/11/25 17:47:46 1525 @@ -4,6 +4,7 @@ - added autoconf checks for pthread library - added autoconf check for pthread bug found on certain NPTL-enabled glibc versions (see Gentoo bug report #194076) + - added autoconf checks for MS Windows * general changes: - bugfix: the thread used by an editor plugin didn't die when the @@ -20,6 +21,10 @@ cubic interpolation now works in 24bit mode too faster method to read 24bit words on little endian machines (x86): replaced 3 byte reads + shifts with a 1 unaligned 32bit read and shift + Experimental support for MS Windows (MIDI input via MME, AUDIO output via ASIO) + + * AUDIO driver: + - added Windows ASIO low latency audio driver * MIDI driver: - added MME Windows MIDI driver @@ -30,6 +35,11 @@ (i.e. "C:/foo/bar.gig") - allow naughty liblscp to send non-string device parameters within apostrophes as well + - added new LSCP commands: "GET FILE INSTRUMENTS ", + "LIST FILE INSTRUMENTS " and + "GET FILE INSTRUMENT INFO " for retrieving informations + about an arbitrary instrument file on the system where the sampler is + running on Version 0.5.0 (15 October 2007)