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

#include <MIDI_Interfaces/USBMIDI/USBMIDI_Teensy2.hpp>

Detailed Description

Definition at line 8 of file USBMIDI_Teensy2.hpp.

Collaboration diagram for Teensy2_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 9 of file USBMIDI_Teensy2.hpp.

Member Function Documentation

◆ read()

Definition at line 25 of file USBMIDI_Teensy2.hpp.

◆ write()

void write ( MIDIUSBPacket_t data)
inline

Definition at line 58 of file USBMIDI_Teensy2.hpp.

◆ sendNow()

void sendNow ( )
inline

Definition at line 89 of file USBMIDI_Teensy2.hpp.

◆ preferImmediateSend()

bool preferImmediateSend ( )
inline

Definition at line 94 of file USBMIDI_Teensy2.hpp.


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