See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
Public Member Functions | |
auto | tie () const |
bool | operator== (const ProcessMidiMessageReportResponse &x) const |
bool | operator!= (const ProcessMidiMessageReportResponse &x) const |
Public Attributes | |
std::byte | messageDataControl {} |
std::byte | requestedMessages {} |
std::byte | channelControllerMessages {} |
std::byte | noteDataMessages {} |
See the MIDI-CI specification.
auto midi_ci::Message::ProcessMidiMessageReportResponse::tie | ( | ) | const |
References channelControllerMessages, messageDataControl, noteDataMessages, and requestedMessages.
Referenced by operator==().
bool midi_ci::Message::ProcessMidiMessageReportResponse::operator== | ( | const ProcessMidiMessageReportResponse & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::ProcessMidiMessageReportResponse::operator!= | ( | const ProcessMidiMessageReportResponse & | x | ) | const |
References operator==(), and x.
std::byte midi_ci::Message::ProcessMidiMessageReportResponse::messageDataControl {} |
Referenced by tie().
std::byte midi_ci::Message::ProcessMidiMessageReportResponse::requestedMessages {} |
Referenced by tie().
std::byte midi_ci::Message::ProcessMidiMessageReportResponse::channelControllerMessages {} |
Referenced by tie().
std::byte midi_ci::Message::ProcessMidiMessageReportResponse::noteDataMessages {} |
Referenced by tie().