--- linuxsampler/trunk/ChangeLog 2013/02/02 08:22:49 2408 +++ linuxsampler/trunk/ChangeLog 2013/02/04 21:56:36 2413 @@ -306,6 +306,10 @@ * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) + - JACK audio: react on sample rate changes. + - JACK audio: react on buffer size changes. + - JACK audio: jack_port_get_buffer() was cached and called outside + RT context. * LSCP server: - added support for sending MIDI CC messages via LSCP command @@ -386,6 +390,8 @@ playing a note in a key group - fixed erroneous error message piping in VoiceBase.h (labelled "Disk stream not available in time") + - Update effects on sample rate & period size changes (to avoid + crashes and noise on such transitions). Version 1.0.0 (31 July 2009)