midi2-dev / tusb_ump

USB MIDI 2.0 tinyUSB Device driver with backwards compatibility to USB MIDI 1.0 providing a Universal MIDI Packet API.
MIT License
14 stars 2 forks source link

Example code please #6

Open shelson opened 8 months ago

shelson commented 8 months ago

Hi there - loving your efforts and giving back to the community with this - thank you!

I've been trying to get something working using it but can't seem to get my head around it - would you happen to have a super simple example of how to instantiate this? I can't work out where tinyusb integrates!

Thanks

Simon

AmeNote-Michael commented 8 months ago

@shelson sorry we do not have an example here yet. We have working examples in the MIDI Association private GIT and it is my intent to port over a specific example here - just have not been able to get time.

I will be doing another integration this weekend and will look at kicking out a simple example for all.

AmeNote-Michael commented 7 months ago

@shelson I still plan to make specific examples in the library, but for now you can refer to examples in the AmeNote ProtoZOA UUT examples at GitHub:midi2-dev/AmeNote_ProtoZOA

shelson commented 4 months ago

Hi - thanks for the reply - I've been overseas but keen to dive back into this soon :)

MohaimenH commented 2 months ago

@shelson sorry we do not have an example here yet. We have working examples in the MIDI Association private GIT and it is my intent to port over a specific example here - just have not been able to get time.

I will be doing another integration this weekend and will look at kicking out a simple example for all.

Hi, really appreciate the work that has gone into creating the driver! Is there an update on the example/integration guide?

Thanks!