OSCKit
OSCKit copied to clipboard
Open Sound Control (OSC) library written in Swift.
- [ ] Triage the codebase and look for candidates that could be refactored to use async/await.
As per OSC 1.1 proposal, §3.4: > OSC 1.1 inherits the path multiple-level wildcard- matching operator `//` from XPath. > > This overcomes the limitation of the OSC 1.0 `*`...
As per the OSC 1.1 proposal, §5.2: > Services available over IP networks can be located with DNS-SD (aka Zeroconf). These may be listed as protocol _osc._udp or _osc._tcp (with...
Feature request from a user: Add TCP support. Even though TCP is not explicitly part of the OSC spec, it is entirely possible and would be a beneficial feature to...