Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
MIDIUSB_USBDeviceMIDIBackend Struct Reference

#include <MIDI_Interfaces/USBMIDI/USBMIDI_MIDIUSB.hpp>

Detailed Description

Definition at line 8 of file USBMIDI_MIDIUSB.hpp.

+ Collaboration diagram for MIDIUSB_USBDeviceMIDIBackend:

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ MIDIUSBPacket_t

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

Definition at line 9 of file USBMIDI_MIDIUSB.hpp.

Member Function Documentation

◆ read()

MIDIUSBPacket_t read ( )
inline

Definition at line 10 of file USBMIDI_MIDIUSB.hpp.

◆ write()

void write ( MIDIUSBPacket_t d)
inline

Definition at line 15 of file USBMIDI_MIDIUSB.hpp.

◆ sendNow()

void sendNow ( )
inline

Definition at line 19 of file USBMIDI_MIDIUSB.hpp.

◆ preferImmediateSend()

bool preferImmediateSend ( )
inline

Definition at line 20 of file USBMIDI_MIDIUSB.hpp.


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