|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
USB MIDI device implementation. More...
Go to the source code of this file.
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::usb |
| USB device support. | |
| namespace | sbl::usb::anonymous_namespace{midi.cpp} |
Variables | |
| constexpr uint8_t | sbl::usb::anonymous_namespace{midi.cpp}::CABLE_NUM = 0 |
| Cable number for our single virtual MIDI cable. | |
USB MIDI device implementation.
Wraps TinyUSB's MIDI device class for SBL. See midi.hpp for API documentation.
Definition in file midi.cpp.