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

Show Runner info (CPU | xrun) #128

Merged
merged 7 commits into from
Jun 17, 2024
Merged

Show Runner info (CPU | xrun) #128

merged 7 commits into from
Jun 17, 2024

Conversation

fde31
Copy link
Member

@fde31 fde31 commented Jun 15, 2024

First pass at including some display only info. Drilled open the connection modal and added a CPU meter to the header. Noticed that there isn't a dynamic stream of CPU load info incoming, maybe that's by the design and the frontend / client is supposed to poll that?

Let me know if you need help plumbing this together :D If the client should poll the cpu load it's not really a big deal and we could also add a user setting to enable / disable that.

closes #116

@fde31 fde31 requested a review from x37v June 15, 2024 19:17
@x37v
Copy link
Contributor

x37v commented Jun 17, 2024

Noticed that there isn't a dynamic stream of CPU load info incoming, maybe that's by the design and the frontend / client is supposed to poll that?

HMM.. there should be an OSC message sent every n-seconds (I forget what N is) when the audio is active.. I'll look into this

@x37v x37v merged commit 8d53bd3 into develop Jun 17, 2024
1 check passed
@x37v x37v deleted the feature/runner_info branch June 17, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Display Jack CPU load and xrun count
2 participants