On Mon, Feb 1, 2010 at 6:46 AM, Dave Phillips <dlphillips@woh.rr.com> wrote: > Hi Gerald, > > tX works fine with Jack, sorry about the previous noise. Apparently an > errant process kept tX from connecting, I'll see if I can recreate the > conditions. > > Btw, when tX opens it reports: > > tX_error: tX_jack_client::srate() jack changed samplerate - ignored. probably caused by a change in JACK some years ago when we began to have the server call any samplerate callback during client startup to make sure the client had a race-free way to discover the SR. my guess is that tX is written with the belief that the SR callback will never be called, which is correct in the sense that the SR will never be changed, but incorrect in that it will still be called once.