Skip to content

MIDI Library without Arduino.h #209

Answered by franky47
zerbian asked this question in Q&A
Discussion options

You must be logged in to vote

The MIDI library can be used on AVR processors without the Arduino core.

I have some examples using a hardware abstraction layer based on C++ templates (FortySevenEffects/cake) at FortySevenEffects/monosynth. It might need a little digging to see how it works.

The general idea is to use a custom transport for the MIDI Library, that maps to your RX/TX buffers, themselves being connected to the UART via interrupt handlers.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zerbian
Comment options

@franky47
Comment options

Answer selected by zerbian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants