BlokasLabs / USBMIDI

USB MIDI library for Arduino.
Other
189 stars 14 forks source link

output #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

how do I listen to it. plugging in to a midi input, aka Yamaha, does not pop up as a midi device?

gtrainavicius commented 6 years ago

Hi, what are the models of devices you are talking about and which OS?

ghost commented 6 years ago

HI, I wanted to plug it to yamaha-61 in the USB port. I thought that USB would be presented as a MIDI interface, but is still seen as /dev/ttyUSB serial.

gtrainavicius commented 6 years ago

I find multiple models of Yamaha keyboard with 61 keys, what is the model number?

Also, what Arduino board are you using?

On which platform did you check the /dev/ttyUSB? What is the output of amidi -l when the Arduino is connected?

gtrainavicius commented 6 years ago

@comarius ping :)

gtrainavicius commented 6 years ago

Closing this issue due to inactivity. If the OS used was Linux based, then amidi and aconnect (or aconnectgui) should allow sending and receiving MIDI data between OS and Arduino.