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

High-level plugin api is incompatible with non-blocking plugins #32

Open
halee88 opened this issue Sep 28, 2023 · 1 comment
Open

High-level plugin api is incompatible with non-blocking plugins #32

halee88 opened this issue Sep 28, 2023 · 1 comment

Comments

@halee88
Copy link

halee88 commented Sep 28, 2023

I attempted to adapt the udp-socket.lua plugin to be non-blocking, but the high-level API doesn't provide enough functions to support this.

I recommend adding a poll() function to the high-level api to allow a callers to choose when and how often to poll for the next osc message

@davidgranstrom
Copy link
Owner

Yes, sounds like a good addition to the API!

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