通过 USB/MIDI 发送特定字节

通过 USB/MIDI 发送特定字节

我需要通过 USB/MIDI 发送特定字节。我该如何实现?

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

答案1

酰胺工具允许您发送任意 MIDI 命令。例如:

amidi -l                                # find out what the port number is
amidi -p hw:42,0 -S "C0 65 90 30 7F"

相关内容