Am 16.11.2010 22:13, schrieb Arnold Krille:
On Tuesday 16 November 2010 20:25:12 Joan Quintana
wrote:
Last year I spent time being confident with
arduino projects (music
related, sending MIDI messages to a hard synth, etc).
I would hack that when I plug my arduino (USB), it appesars in aconnectgui
list, the same way that I plug my Axiom 25 and magically it appears in
aconnectgui.
I suppose that this task could be called "to program an alsa driver for
arduino", isn't it?
If someone can point me in the right direction...
I think its more a task of "make arduino behave as a standard-compliant
usb-
midi device".
If you have that code, please share it :-)
Have fun,
Arnold
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev(a)lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Hi,
I've done that with the V-USB lib from obdev.at:
"V-USB is a software-only implementation of a low-speed USB device for
Atmel’s <http://www.atmel.com/> AVR® microcontrollers, making it
possible to build USB hardware with almost any AVR® microcontroller, not
requiring any additional chip.V-USB can be licensed freely under the GNU
General Public License or alternatively under a commercial license."
http://www.obdev.at/products/vusb/index.htm
The project discussion:
http://forums.obdev.at/viewtopic.php?f=8&t=1352
Project page, schematics and software download:
http://cryptomys.de/horo/V-USB-MIDI
Ciao, Martin