You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some devices such as the Behringer XR12-XR16-XR18 are using a communication protocol that is compatible to standard OSC with MUSIC Group specific extensions (e.g. parameter enquiry, subscriptions). As detailed in the specification, OSC packets are received on UDP port 10024 and replies are sent back to the requester's IP/port.
The codes below allow to do just that, but they contain some complexity that would be better located inside the python-osc library.
1. Blocking server that sends and receives on the same UDP port
Some devices such as the Behringer XR12-XR16-XR18 are using a communication protocol that is compatible to standard OSC with MUSIC Group specific extensions (e.g. parameter enquiry, subscriptions). As detailed in the specification, OSC packets are received on UDP port 10024 and replies are sent back to the requester's IP/port.
The codes below allow to do just that, but they contain some complexity that would be better located inside the
python-osc
library.1. Blocking server that sends and receives on the same UDP port
2. Asyncio server that sends and receives on the same UDP port
The text was updated successfully, but these errors were encountered: