#include <MIDIDevice.h>
|
| MIDIDeviceUSB () |
|
void | sendMessage (uint8_t statusType, uint8_t channel, uint8_t data1, uint8_t data2) |
|
void | connectedNow (int midiDeviceNum) |
|
void | sendMCMsNowIfNeeded () |
|
| MIDIDevice () |
|
void | writeReferenceToFile (char const *tagName="device") |
|
virtual void | writeToFlash (uint8_t *memory)=0 |
|
virtual char const * | getDisplayName ()=0 |
|
void | writeToFile (char const *tagName) |
|
void | readFromFile () |
|
void | dataEntryMessageReceived (ModelStack *modelStack, int channel, int msb) |
|
bool | wantsToOutputMIDIOnChannel (int channel, int filter) |
|
void | sendAllMCMs () |
|
bool | worthWritingToFile () |
|
void | writePorts () |
|
virtual void | sendMessage (uint8_t statusType, uint8_t channel, uint8_t data1, uint8_t data2)=0 |
|
void | sendCC (int channel, int cc, int value) |
|
void | sendRPN (int channel, int rpnMSB, int rpnLSB, int valueMSB) |
|
bool | hasDefaultVelocityToLevelSet () |
|
◆ MIDIDeviceUSB()
MIDIDeviceUSB::MIDIDeviceUSB |
( |
| ) |
|
|
inline |
◆ connectedNow()
void MIDIDeviceUSB::connectedNow |
( |
int |
midiDeviceNum | ) |
|
◆ sendMCMsNowIfNeeded()
void MIDIDeviceUSB::sendMCMsNowIfNeeded |
( |
| ) |
|
◆ sendMessage()
void MIDIDeviceUSB::sendMessage |
( |
uint8_t |
statusType, |
|
|
uint8_t |
channel, |
|
|
uint8_t |
data1, |
|
|
uint8_t |
data2 |
|
) |
| |
|
virtual |
◆ needsToSendMCMs
uint8_t MIDIDeviceUSB::needsToSendMCMs |
The documentation for this class was generated from the following files: