Core MIDI Swift
MIDIMetaEvent and that damn tupleMIDIMetaEvent and that damn tuple
Swift and AudioToolbox pains Using C APIs in Swift is still a pain in the neck – even in Swift 4. Here is one of {...}
Core MIDI Swift
Swift and AudioToolbox pains Using C APIs in Swift is still a pain in the neck – even in Swift 4. Here is one of {...}
Core MIDI Swift
Swift 2 and CoreMIDI Swift 1.2 is notorious regarding its lack of function pointers to deal with C APIs such as Core MIDI. I’ve complained^H^H^H^H^H {...}
Swift
Swift Framework creation This is my preferred way to set up a Swift framework project. Introduction Setup Building A Framework Class Trying it out Summary {...}
Book Review Swift
There is now a tidal wave of books being released on Apple’s new Swift programming language. Here, I’m going to review iOS 8 for Programmers: {...}
iOS Swift
Asynchronous unit testing in Swift You have probably written code with a NSURLSessionDataTask that notifies a delegate when the data is received. How do you {...}