20#include "deluge/io/midi/midi_device.h"
22class MIDICableDINPorts final :
public MIDICable {
30 void writeReferenceAttributesToFile(
Serializer& writer)
override;
31 void writeToFlash(uint8_t* memory)
override;
32 char const* getDisplayName()
override;
35 void sendSysex(
const uint8_t* data, int32_t len)
override;
bool wantsToOutputMIDIOnChannel(MIDIMessage message, int32_t filter) const override
Used to decide if the given message should be output on a channel.
Definition din.cpp:60
void sendMessage(MIDIMessage message) override
Send a MIDI message.
Definition din.cpp:41
size_t sendBufferSpace() const override
Get the number of bytes available in the send buffer.
Definition din.cpp:45
void sendSysex(const uint8_t *data, int32_t len) override
Definition din.cpp:49
Definition storage_manager.h:119