Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Teensy3_USBDeviceMIDIBackend Struct Reference

#include <MIDI_Interfaces/USBMIDI/USBMIDI_Teensy3.hpp>

Detailed Description

Definition at line 7 of file USBMIDI_Teensy3.hpp.

Collaboration diagram for Teensy3_USBDeviceMIDIBackend:

Public Types

using MIDIUSBPacket_t = AH::Array<uint8_t, 4>

Public Member Functions

MIDIUSBPacket_t read ()
void write (MIDIUSBPacket_t data)
void sendNow ()
bool preferImmediateSend ()

Member Typedef Documentation

◆ MIDIUSBPacket_t

using MIDIUSBPacket_t = AH::Array<uint8_t, 4>

Definition at line 8 of file USBMIDI_Teensy3.hpp.

Member Function Documentation

◆ read()

Definition at line 25 of file USBMIDI_Teensy3.hpp.

◆ write()

void write ( MIDIUSBPacket_t data)
inline

Definition at line 29 of file USBMIDI_Teensy3.hpp.

◆ sendNow()

void sendNow ( )
inline

Definition at line 33 of file USBMIDI_Teensy3.hpp.

◆ preferImmediateSend()

bool preferImmediateSend ( )
inline

Definition at line 35 of file USBMIDI_Teensy3.hpp.


The documentation for this struct was generated from the following file: