|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
#include <sbl/midi/parser.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::midi |
| MIDI protocol support. | |
Functions | |
| template<typename UartDriver > | |
| void | sbl::midi::poll (Parser &parser) |
| Poll UART for MIDI bytes and feed them to the parser. | |