Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Namespaces | Functions
input.hpp File Reference
#include <sbl/midi/parser.hpp>
Include dependency graph for input.hpp:
This graph shows which files directly or indirectly include this file:

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.