通过USB / MIDI发送特定字节


8

我需要通过USB / MIDI发送特定的字节。我该怎么做?

我想用Arduino编程一个Midi控制器。但是首先,我想测试如何发送消息。

Answers:


8

使用amidi工具可以发送任意MIDI命令。例如:

amidi -l                                # find out what the port number is
amidi -p hw:42,0 -S "C0 65 90 30 7F"
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.