Devin Roth

Results 155 comments of Devin Roth

Sorry I can’t even look at anything without the CLA signed. I License BlackHole to 3rd parties and I want to avoid any copyright infringement. Devin On Feb 25, 2022,...

This is interesting. Yes a custom control would be a better solution. I'm curious on how this would be implemented. Would you just monitor the clocks of BlackHole and another...

I was thinking AudioSliderControl but just reading the docs it looks like it only uses UInt32. You probably want to use a float. So maybe your idea of using the...

THere’s actually a clock source control that I was going to use for external syncing. Devin On Mar 29, 2022, 4:36 AM -0700, Henrik Enquist ***@***.***>, wrote: > Just had...

Hmmmm. I guess it never hit pushed. I’ll look I up it. Devin On Jan 9, 2021, 3:20 PM -0800, Jay Curtis , wrote: > `[!] CocoaPods could not find...

Just stick with SwiftOSC', '~> 1.3 for now. Devin On Jan 9, 2021, 3:20 PM -0800, Jay Curtis , wrote: > > SwiftOSC', '~> 1.3

So something happened between 1.3.0 and 1.4.0 that caused that to break?

My guess is there is some malformed data that the server doesn’t catch. Could you send me the raw OSC data that causes the crash? On Jan 3, 2021, 11:04...

Okay try this hack. Change ``` if "#bundle\0".toData() == nextData.subdata(in: Range(0...7)){//matches string #bundle if let newbundle = self.decodeBundle(nextData){ bundle?.add(newbundle) } else { bundle = nil } } else { if...

Sounds good to me. Any help is appreciated. > On Aug 25, 2020, at 4:15 PM, Joebayld wrote: > > > Hi, > > Is there plans to make a...