Hi all, i've received my arduino diecimila just monday, and like many others i wanna make some midi controller for music production program (FL, reason...)
As first thing i would like to connect a potentiometer and have it send MIDI control message when turned, so after googling and trying some example with potentiometer, i've run into the problem of having direct MIDI output from arduino usb cable (i've got no MIDI port on the pc ) , and after seeing the possible solution i tough of creating a processing sketch that would catch the MIDI message from the USB and output them in a way recognized by Windows.
To do this, i think i will have to make the sketch:
1st: read from usb untile recognize a midi message
2: catch it
3: output it
i found this library
that should do the midi outputting , but i've never used processing, has someone done something similiar or has got some snippet of code i could see ? ![]()