An interface that will receive a callback every time a Device wishes to send a new MIDI-CI message. More...
#include <juce_CIDeviceMessageHandler.h>
Public Member Functions | |
DeviceMessageHandler ()=default | |
virtual | ~DeviceMessageHandler ()=default |
DeviceMessageHandler (const DeviceMessageHandler &)=default | |
DeviceMessageHandler (DeviceMessageHandler &&)=default | |
DeviceMessageHandler & | operator= (const DeviceMessageHandler &)=default |
DeviceMessageHandler & | operator= (DeviceMessageHandler &&)=default |
virtual void | processMessage (ump::BytesOnGroup)=0 |
Called with the bytes of a MIDI-CI message, along with the message's group. | |
An interface that will receive a callback every time a Device wishes to send a new MIDI-CI message.
|
default |
|
virtualdefault |
|
default |
|
default |
|
default |
|
default |
|
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 midi_ci::Device.