标题:Qt如何实现USBMIDI通信
作者:401968875
日期:2016-02-03 08:22
内容:
Qt有相应的类实现USBMidi通信吗?
#1 [hp_201111 02-03 09:42]
貌似 在Qt 中用 MIDI 和 USBMidi通信 无关,USBMidi 驱动是操作系统管理的, 用 MIDI 设备就是了,就像 USB 转的串口 , 鼠标 等等。
Qt 的MIDI例程 www.Qt-Apps.org上 搜, 多的是。
#2 [hp_201111 02-08 20:03]
可以看看,
Virtual MIDI controller for Linux, Windows and OSX
http://sourceforge.net/projects/vmpk/files/?source=navbar
前二年 编译过, 在 windows 7下可用。