SwiftOSC icon indicating copy to clipboard operation
SwiftOSC copied to clipboard

SwiftOSC is an Open Sound Control client and server framework written in Swift.

Results 18 SwiftOSC issues
Sort by recently updated
recently updated
newest added

Hi Devin, Swift isn't my main language, I'm hoping you could make this clearer for me. I'm instantiating an OSCServer inside a VC, which I only need while I'm inside...

``` [!] CocoaPods could not find compatible versions for pod "SwiftOSC": In Podfile: SwiftOSC (~> 1.4) None of your spec sources contain a spec satisfying the dependency: `SwiftOSC (~> 1.4)`....

Hi, I'm experiencing one more crash when sending a bank change to REAPER and receiving bulk data as an answer to that. Here is the stack trace: Timetag.swift Line 35...

Discussion about setting up a wiki.

I tried sending messages about 3600 times per second. Then, there is no problem at the beginning. However, after a few tens of seconds, the iOS app will start to...

Issue with version 1.4.0. I tried to send address /-action/goscene with version 1.4.0, but nothing happens on osc server side. Addresses without "-" sign works well. Both works with 1.3.0.

Hi, I have OSCserver (Behringer X32 digital sound mixer) that send replies to sender's ip & port. There is no settings to define reply ip & port in X32. Is...

``` Swift class Server: OSCServerDelegate { let server = OSCServer(address: "localhost", port: 9999) // doesn't matter if I enter "localhost" or "" func didReceive(_ message: OSCMessage) { print("Received message: \(message)")...