rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
182 stars 40 forks source link

No rounding in BBT display #192

Open suedwestlicht opened 1 year ago

suedwestlicht commented 1 year ago

Latest qjackctl, latest Qtractor, both from Git.

It seems that the higher resolution in Qtractor has not yet been rounded in Qjackctl's display, see screenshot.

a

rncbc commented 1 year ago

wow, never seen that coming

what Qt version? esp. qjackctl -v ?

EDIT: guess it's qtractor timebase reporting a wrong resolution (ppqn); more investigation ensues...

suedwestlicht commented 1 year ago
hm@bubu:~$ qjackctl -v
QjackCtl 0.9.9.11git.63ecea
Qt: 5.5.1
rncbc commented 1 year ago

thanks, after all I believe it's actually qjackctl to blame in coping with qtractor higher MIDI resolution (ppqn) since v0.9.29... only the qjackctl BBT display is affected, in some circumstances.

rncbc commented 1 year ago

I was wrong: it's actually qtractor jack-timebase BBT info to blame here; please check whether qtractor >= 0.9.31.32git.1d5253 behaves any better in this regard.

suedwestlicht commented 1 year ago

Yes, it's fixed. Thanks Rui.