An interface that will receive a callback every time a Device wishes to send a new MIDI-CI message.
More...
#include <juce_CIDeviceMessageHandler.h>
An interface that will receive a callback every time a Device wishes to send a new MIDI-CI message.
◆ DeviceMessageHandler() [1/3]
juce::midi_ci::DeviceMessageHandler::DeviceMessageHandler |
( |
| ) |
|
|
default |
◆ ~DeviceMessageHandler()
virtual juce::midi_ci::DeviceMessageHandler::~DeviceMessageHandler |
( |
| ) |
|
|
virtualdefault |
◆ DeviceMessageHandler() [2/3]
◆ DeviceMessageHandler() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ processMessage()
virtual void juce::midi_ci::DeviceMessageHandler::processMessage |
( |
ump::BytesOnGroup | | ) |
|
|
pure virtual |
Called with the bytes of a MIDI-CI message, along with the message's group.
To send the message on, format the message appropriately (either into bytestream sysex or into multiple UMP sysex packets).
Implemented in juce::midi_ci::Device.
The documentation for this struct was generated from the following file: