alternative MIDI farmware, "Moco for Lufa" page was moved

Hi,

Due to the EOS of mobileMe, my homepage had moved to the following URL, which includes a project "Moco for Lufa", alternative MIDI farmware for Uno.

http://morecatlab.akiba.coocan.jp/lab/
http://morecatlab.akiba.coocan.jp/lab/index.php/aruino/midi-firmware-for-arduino-uno-moco/?lang=en

For your information, Moco Lufa is compatible with standard MIDI library. It is known to be used to the following projects;

AirHarp: http://www.airharp.com/
DJ2 shield: DJ Shield 2 for arduino

It also works with iPad and camera connection kit/

-Yoshi

Hi,

Ive been trying to use Moco for Lufa on Arduino Due with no success. Can you please direct me on why it doesnt work on Due, even thought it uses the same 16U2 as Uno? What do I need to modify on the code to make it work for the Due?

Thanks,

Christian

I`ve been trying to use Moco for Lufa on Arduino Due with no success.

How are you connecting to the MIDI device? It could be taht your interface is not 3V3 complaint.

even thought it uses the same 16U2 as Uno?

That has nothing to do with it. It is not the 16U2 you are programming, the interrupt structure on a Due is totally different than a Uno.