Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当找到新的 MIDI 目的地/源或现有的断开连接时,有什么方法可以得到通知?
谢谢。
也许receivedMIDISetupChange()适合您?
在符合AKMIDIListener的类中,尝试:
func receivedMIDISetupChange() { print("MIDI Setup Change, midi.inputNames: \(midi.inputNames)") }