Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 348 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 348 Bytes

BelaSerialMidi

This class reads from a UART port on the Bela and passes all traffic to a MidiParser instance. It's a simple and straightforward way to integrate hardware MIDI input into a Bela project. Only MIDI input is implemented at the moment, but ouput would be fairly straightforward to implement.

Refer to example-render.cpp for usage.