#include <juce_UMPBytesOnGroup.h>
Public Attributes | |
uint8_t | group {} |
Span< const std::byte > | bytes |
Holds a UMP group, and a span of bytes that were received or are to be sent on that group. Helpful when working with sysex messages.
Definition at line 32 of file juce_UMPBytesOnGroup.h.
Span<const std::byte> juce::universal_midi_packets::BytesOnGroup::bytes |
Definition at line 35 of file juce_UMPBytesOnGroup.h.
uint8_t juce::universal_midi_packets::BytesOnGroup::group {} |
Definition at line 34 of file juce_UMPBytesOnGroup.h.