Post

Replies

Boosts

Views

Activity

Reply to audio unit with midi in/out
I wrote the tutorial on AUv3 MIDI a few years ago. This forum prevents me from including a link. Ask the google for "Audio Units (AUv3) MIDI extension – Part 0: Getting Started" There are also Github projects mentioned therein. I've posted links in the past. What's the problem now? It says "This URL can't be included in your post. Please remove it to continue." It's for any url/scheme.
Topic: Media Technologies SubTopic: General Tags:
Apr ’21
Reply to Deprecated functions in CoreMIDI framework - Swift
They're focusing on the new MIDIEventList frob now. @available(iOS 14.0, *) public func MIDISendEventList(_ port: MIDIPortRef, _ dest: MIDIEndpointRef, _ evtlist: UnsafePointer<MIDIEventList>) -> OSStatus @available(iOS 14.0, *) public func MIDIReceivedEventList(_ src: MIDIEndpointRef, _ evtlist: UnsafePointer<MIDIEventList>) -> OSStatus
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’20