Schlo Asked: 2018-07-17 02:04:25 +0800 CST2018-07-17 02:04:25 +0800 CST 2018-07-17 02:04:25 +0800 CST Send specific bytes over USB/MIDI 772 I need to send specific bytes over USB/MIDI. How can I accomplish this? I want to program a midi controller with an Arduino. But first, I want to test how I have to send the messages. usb midi 1 Answers Voted CL. 2018-07-17T02:34:56+08:002018-07-17T02:34:56+08:00 The amidi tool allows you to send arbitrary MIDI commands. For example: amidi -l # find out what the port number is amidi -p hw:42,0 -S "C0 65 90 30 7F"
The amidi tool allows you to send arbitrary MIDI commands. For example: