losc icon indicating copy to clipboard operation
losc copied to clipboard

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

Open halee88 opened this issue 2 years ago • 1 comments

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

halee88 avatar Sep 28 '23 20:09 halee88

Yes, sounds like a good addition to the API!

davidgranstrom avatar Sep 29 '23 11:09 davidgranstrom