Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. func MIDIThruConnectionFind(_ inPersistentOwnerID: CFString,
  2. _ outConnectionList: UnsafeMutablePointer<Unmanaged<CFData>>) -> OSStatus
  3.  
  4. @IBAction func listConnections(_ sender: Any) {
  5. var connectionRef: Unmanaged<CFData>
  6.  
  7. MIDIThruConnectionFind("" as CFString, &connectionRef)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement