You are here

Add new comment

Thanks bud.

I was able to integrate the messages log into Conky, looks good. I knew about the Setup>Options>Logging feature, but for some reason when I tested previously, it did not give me the output I wanted. Now it looks good.

I'm still looking for a place to reliably get active sample rate, buffersize, periods as well as time since last xrun. Currently I'm using ~/.config/rncbc.org/QjackCtl.conf and filtering for the desired info in Conky, but I'm still not certain these are reliable system values. I'd like to find the place where the system tells you what these parameters currently ARE, not what they are supposed to be set as, perhaps I'm wrong about that and QjackCtl.conf is just as reliable. Where is the status window getting that parameter info from, or are they straight system calls?

I tried running strace on Qjackctl, but I had a hard time deciphering where any potential filesystem calls were pulling that data from.