├── LICENSE ├── README.md ├── doc └── images │ ├── AmeNoteHoriz.png │ ├── UMPtoUSBMIDI1_0.png │ └── USBMIDI1_0toUMP.png ├── ump.h ├── ump_device.cpp └── ump_device.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/README.md -------------------------------------------------------------------------------- /doc/images/AmeNoteHoriz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/doc/images/AmeNoteHoriz.png -------------------------------------------------------------------------------- /doc/images/UMPtoUSBMIDI1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/doc/images/UMPtoUSBMIDI1_0.png -------------------------------------------------------------------------------- /doc/images/USBMIDI1_0toUMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/doc/images/USBMIDI1_0toUMP.png -------------------------------------------------------------------------------- /ump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/ump.h -------------------------------------------------------------------------------- /ump_device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/ump_device.cpp -------------------------------------------------------------------------------- /ump_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midi2-dev/tusb_ump/HEAD/ump_device.h --------------------------------------------------------------------------------