10template <
size_t MaxPacketSize = 512>
#define BEGIN_CS_NAMESPACE
AH::Array< uint8_t, 4 > u32_to_bytes(uint32_t u)
uint32_t bytes_to_u32(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3)
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
A class for MIDI interfaces sending MIDI messages over a USB MIDI connection.
Teensy USB Host MIDI driver.
uint32_t read()
Try reading a 4-byte MIDI USB message.
MIDI over USB backend for the Teensy USBHost_t36 library.
void write(MIDIUSBPacket_t data)
USBHostMIDIBackend(USBHost &host)
bool preferImmediateSend()
TeensyHostMIDI< MaxPacketSize > backend
A class for MIDI interfaces sending MIDI messages to a MIDI USB device connected to a Teensy's USB ho...
USBHostMIDI_Interface_BigBuffer(USBHost &host)
A class for MIDI interfaces sending MIDI messages to a MIDI USB device connected to a Teensy's USB ho...
USBHostMIDI_Interface(USBHost &host)
void send_now()
Try sending the buffered data now.
void write(MessageType msg)
Send a MIDI USB message.