Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
midi.hpp
Go to the documentation of this file.
1/**
2 * @file midi.hpp
3 * @brief Umbrella header for MIDI parser, input, and types
4 *
5 * Header-only — zero flash cost unless instantiated.
6 */
7
8#ifndef SBL_MIDI_HPP_
9#define SBL_MIDI_HPP_
10
11#include <sbl/midi/types.hpp>
12#include <sbl/midi/parser.hpp>
13#include <sbl/midi/input.hpp>
14
15#endif // SBL_MIDI_HPP_