Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console very verbose #1741

Closed
hfiguiere opened this issue Apr 10, 2023 · 5 comments · Fixed by #1742
Closed

Console very verbose #1741

hfiguiere opened this issue Apr 10, 2023 · 5 comments · Fixed by #1742
Labels

Comments

@hfiguiere
Copy link
Contributor

Hydrogen version * : 1.2.0 (git tag)
Operating system + version : Fedora 37
Audio driver + version : JACK (pipewire) or ASLA


Runing Hydrogen and pressing play cause a continuous flood on the console:

(E) TransportPosition::computeFrameFromTick Not properly initialized yet
(E) AudioEngine::updateBpmAndTickSize [Transport] Something went wrong while calculating the tick size. [oldTS: 400.000000, newTS: 0.000000]
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
(E) TransportPosition::computeFrameFromTick Not properly initialized yet
(E) AudioEngine::updateBpmAndTickSize [Transport] Something went wrong while calculating the tick size. [oldTS: 400.000000, newTS: 0.000000]
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
QObject::startTimer: Timers cannot have negative intervals
QObject::startTimer: Timers cannot have negative intervals
(E) PreferencesDialog::PreferencesDialog Unknown audio driver from preferences [PortAudio]
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
QObject::startTimer: Timers cannot have negative intervals
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
QObject::startTimer: Timers cannot have negative intervals
QObject::startTimer: Timers cannot have negative intervals
QObject::startTimer: Timers cannot have negative intervals
QObject::startTimer: Timers cannot have negative intervals
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
(E) TransportPosition::setBar [Transport] Provided bar [0] it too small. Using [1] as a fallback instead.
QObject::startTimer: Timers cannot have negative intervals
QObject::startTimer: Timers cannot have negative intervals

Start hydrogen
Press play. (with out without pattern)

Doesn't happen on 1.1.1.


@hfiguiere
Copy link
Contributor Author

It also didn't happen with 1.2.0-beta1, albeit the tag is unreachable.

@hfiguiere
Copy link
Contributor Author

Regression is caused by commit 58eabab

@theGreatWhiteShark
Copy link
Contributor

Ah, damn. This is caused by a last minute bug fix in the Director and it only happens in pattern mode. I probably just tested in song mode.

theGreatWhiteShark added a commit to theGreatWhiteShark/hydrogen that referenced this issue Apr 12, 2023
theGreatWhiteShark added a commit to theGreatWhiteShark/hydrogen that referenced this issue Apr 12, 2023
@theGreatWhiteShark
Copy link
Contributor

Hey @hfiguiere ,

Could you check whether #1742 fixes this issue on your end?

theGreatWhiteShark added a commit to theGreatWhiteShark/hydrogen that referenced this issue Apr 14, 2023
theGreatWhiteShark added a commit to theGreatWhiteShark/hydrogen that referenced this issue Apr 14, 2023
@hfiguiere
Copy link
Contributor Author

Yes it does.

theGreatWhiteShark added a commit that referenced this issue Apr 15, 2023
Fix #1741: Beat & bar calculation + Director bpm handling
theGreatWhiteShark added a commit that referenced this issue Apr 21, 2023
theGreatWhiteShark added a commit that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants