#include <MIDIDevice.h>
|
| | MIDIDeviceUSBUpstream () |
| |
| void | writeReferenceAttributesToFile () |
| |
| void | writeToFlash (uint8_t *memory) |
| |
| char const * | getDisplayName () |
| |
| | 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 () |
| |
◆ MIDIDeviceUSBUpstream()
| MIDIDeviceUSBUpstream::MIDIDeviceUSBUpstream |
( |
| ) |
|
|
inline |
◆ getDisplayName()
| char const * MIDIDeviceUSBUpstream::getDisplayName |
( |
| ) |
|
|
virtual |
◆ writeReferenceAttributesToFile()
| void MIDIDeviceUSBUpstream::writeReferenceAttributesToFile |
( |
| ) |
|
|
virtual |
◆ writeToFlash()
| void MIDIDeviceUSBUpstream::writeToFlash |
( |
uint8_t * |
memory | ) |
|
|
virtual |
The documentation for this class was generated from the following files: