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.
有没有办法获取设备的目标端点并监控通过 CoreMIDI 发送给它的消息?
这是一个非常好的免费 MIDI 监视器
我还使用 coreMIDI 为 iMac 和 iPhone 构建了一个带有 Xcode 的 MIDI 监视器。我唯一的问题是 MIDI Thru 的“MIDIThruConnectionCreate”。当然,我可以将接收到的 MIDI 数据包发送到 MIDI 输出,但这不是正确的方法。
MIDIThruConnection 就是为了这个。有关详细信息,请参阅 CoreMIDI.framework 中的 MIDIThruConnection.h。