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

Server->Client communication is unrealible when working remotely #18

Open
jreus opened this issue Sep 6, 2016 · 4 comments
Open

Server->Client communication is unrealible when working remotely #18

jreus opened this issue Sep 6, 2016 · 4 comments

Comments

@jreus
Copy link

jreus commented Sep 6, 2016

When using Bela as a remote server (controlled via the IDE on my Macbook), the server responsiveness via OSC is either unreliable or disfunctional. Server status info in the bottom right of the IDE is available sometimes and sometimes not. Some server/language communication features even crash scsynth (for example, using the poll Ugen, or polling control busses from the language)

@sensestage
Copy link

May be related to #16
Perhaps the non-realtime bit takes too long to process, when accessing the networking interface.

@giuliomoro
Copy link

Is this affected by the CPU load of the real-time audio process ? (the one you get with watch -n -0.5 cat /proc/xenomai/stat)

@giuliomoro
Copy link

I think the sluggishness is due to #34 . That should be unrelated to the segfaults, however it may explain why segfaults are more rare when running scsynth without sclang.

@giuliomoro
Copy link

Now that I have (allegedly) fixed the segfaults, I'd say they were unrelated to the sluggishness. They were stack-overflow-related, so that must have meant that going through sclang was worse in this respect.

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

3 participants