We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
udp-socket.lua
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
poll()
The text was updated successfully, but these errors were encountered:
open()
Yes, sounds like a good addition to the API!
Sorry, something went wrong.
No branches or pull requests
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 messageThe text was updated successfully, but these errors were encountered: