-
Notifications
You must be signed in to change notification settings - Fork 17
Home
TheKikGen edited this page Jul 7, 2019
·
16 revisions
- You must have the WINAVR or gcc-avr installed on your computer.
- Download the USBMidiKlik source code [USBMidiKlik GitHub master source]https://github.com/TheKikGen/USBMidiKliK/archive/master.zip) then unzip files in a directory.:
- Download the last LUFA library here LUFA USB library then unzip files in a LUFA directory.
- Download the midiXParser library here midiXParser then unzip in a midiXParser directory.
- Modify the makefile in the USBMidiklik directory to change the name of the MIDI device, and adjust dependancies directories if needed
- To make for uno, use 'make uno'.
To get help, use 'make mdkhelp'.