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

scsynth should send back CPU usage to SC IDE #57

Open
giuliomoro opened this issue Jul 24, 2017 · 2 comments
Open

scsynth should send back CPU usage to SC IDE #57

giuliomoro opened this issue Jul 24, 2017 · 2 comments

Comments

@giuliomoro
Copy link

This can be cut out of /proc/xenomai/stat:

grep bela-audio /proc/xenomai/stat | sed "s/ \{1,\}/ /g" | cut -d " " -f 8
@sensestage
Copy link

How do you imagine this would work?

scsynth or sclang would query this and send it back to the IDE?

How can something be sent back to the IDE? what is the interface for that?

@giuliomoro giuliomoro changed the title scsynth should send back CPU usage to IDE scsynth should send back CPU usage to SC IDE Jul 25, 2017
@giuliomoro
Copy link
Author

Sorry, I have not specified I am talking of the SC IDE.
I see that it has a display of CPU usage, and so I assume there must be away in sclang or scsynth to send that back. Do you know anything about it?

As for the Bela IDE, we will arrange that in a different way (i.e.: in that case it is the IDE itself which greps /proc/xenomai/stat).

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

No branches or pull requests

2 participants