SwiftOSC
SwiftOSC copied to clipboard
SwiftOSC is an Open Sound Control client and server framework written in Swift.
Just followed the instructions in the README I am pressing a button: Button("Send OSC Message") { client.send(bundle) } Error: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:16 Err:-1 Errno:1 Operation not permitted
Hi, I was wondering if there was a way to specify a custom address pattern for an incoming OSC stream that has multiple address patterns - I want to specify...
Do I need a special entitlement such as [multicast](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast) to run this successfully in the device? `OSCServer(address: "", port: 5556)` is running in the device. Sender sends to device IP...
Hi There, I am trying to send Heart Rate Data and the entire code is here. I dont get any errors and the app opens showing my hr data but...
Hi, Is there plans to make a Package.swift and support SPM? It shouldn't be too difficult - just some moving of files to respective folders. I can make a PR...
Hi, when there many messages at once, the OSCServer crashes at line 99. I tested it with RME TotalMixFX. When enabling the OSC mode for TotalMixFX all data are send...
Thank you for this fantastic library. I have two issues. I can use Cocoapods to get ~1.3.1 but not ~1.4, and 1.3.1 throws a long list of warnings when compiling...
first of all thanks for this wonderful project that works perfect. i have one issue that after 4-5 hours server on my ios doesn't respond. then when i restart my...
-->> giving Send Error Every time from MAC OS...!! not able to send and receive data from.. ios to mac and vice-versa i have working example in 2 ios devices...