![]() |
Deluge Firmware 1.3.0
Build date: 2026.08.29
|


Public Member Functions | |
| MIDICableUSBUpstream (uint8_t portNum, bool mpe, bool clock_in) | |
| void | writeReferenceAttributesToFile (Serializer &writer) override |
| void | writeToFlash (uint8_t *memory) override |
| char const * | getDisplayName () override |
| Public Member Functions inherited from MIDICableUSB | |
| MIDICableUSB (uint8_t portNum=0) | |
| bool | wantsToOutputMIDIOnChannel (MIDIMessage message, int32_t filter) const override |
| Used to decide if the given message should be output on a channel. | |
| void | sendMessage (MIDIMessage message) override |
| Send a MIDI message. | |
| void | sendSysex (const uint8_t *data, int32_t len) override |
| size_t | sendBufferSpace () const override |
| Get the number of bytes available in the send buffer. | |
| void | connectedNow (int32_t midiDeviceNum) |
| void | sendMCMsNowIfNeeded () |
| Public Member Functions inherited from MIDICable | |
| void | dataEntryMessageReceived (ModelStack *modelStack, int32_t channel, int32_t msb) |
| void | writeReferenceToFile (Serializer &writer, char const *tagName="device") |
| void | writeToFile (Serializer &writer, char const *tagName) |
| void | readFromFile (Deserializer &reader) |
| bool | worthWritingToFile () |
| void | writePorts (Serializer &writer) |
| void | sendAllMCMs () |
| Send MPE control messages. | |
| void | sendCC (int32_t channel, int32_t cc, int32_t value) |
| void | sendRPN (int32_t channel, int32_t rpnMSB, int32_t rpnLSB, int32_t valueMSB) |
| bool | hasDefaultVelocityToLevelSet () |
Additional Inherited Members | |
| Public Attributes inherited from MIDICableUSB | |
| uint8_t | needsToSendMCMs |
| uint8_t | portNumber |
| MIDIPort | ports [2] |
| uint8_t | mpeZoneBendRanges [2][2] |
| MIDIInputChannel | inputChannels [16] |
| int32_t | defaultVelocityToLevel |
| uint8_t | connectionFlags |
| bool | sendClock |
| bool | receiveClock |
| bool | is_relative |
| uint8_t | incomingSysexBuffer [1024] |
| int32_t | incomingSysexPos = 0 |
| void | writeDefinitionAttributesToFile (Serializer &writer) |
|
overridevirtual |
Implements MIDICable.
|
overridevirtual |
Implements MIDICable.
|
overridevirtual |
Implements MIDICable.