Programming & Music
Pounding my head against a wall, trying to 1) understand bindings properly and 2) get them to work in Swift properly.
Here is a custom view. It simply draws its rect as the color specified
A month or so ago I started playing around with MIDI and Swift, and immediately became disenchanted with the way one has to deal with the C-isms of CoreMIDI. Correct me if I’m wrong, but
This took quite awhile to figure out. At first I tried and failed to use a mutable dictionary, then gave up and went with a mutable array of OutputPort.
class OutputPort: NSObject {
let source:
I’ve had nothing but trouble lately with cocoa bindings. This started out with me wanting to be able to choose from available MIDI output ports via a drop-down that used cocoa bindings. After failing miserably
First post… I’ve been learning Swift, and as a C programmer who fell in love with Objective C a long time ago, I’ve just got to say … Meh. I enjoy Swift, but recent experiments