OSCKit icon indicating copy to clipboard operation
OSCKit copied to clipboard

Open Sound Control (OSC) library written in Swift.

Results 4 OSCKit issues
Sort by recently updated
recently updated
newest added

- [ ] Triage the codebase and look for candidates that could be refactored to use async/await.

enhancement

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 `*`...

enhancement

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...

enhancement

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...

new feature