Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
GenericUSBMIDI_Interface< Backend >::Sender Struct Reference

Detailed Description

template<class Backend>
struct GenericUSBMIDI_Interface< Backend >::Sender

Functor to send USB MIDI packets.

Definition at line 91 of file USBMIDI_Interface.hpp.

Collaboration diagram for GenericUSBMIDI_Interface< Backend >::Sender:

Public Member Functions

void operator() (Cable cn, MIDICodeIndexNumber cin, uint8_t d0, uint8_t d1, uint8_t d2)

Public Attributes

GenericUSBMIDI_Interfaceiface

Member Function Documentation

◆ operator()()

template<class Backend>
void operator() ( Cable cn,
MIDICodeIndexNumber cin,
uint8_t d0,
uint8_t d1,
uint8_t d2 )
inline

Definition at line 93 of file USBMIDI_Interface.hpp.

Member Data Documentation

◆ iface

template<class Backend>
GenericUSBMIDI_Interface* iface

Definition at line 92 of file USBMIDI_Interface.hpp.


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