JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
juce::universal_midi_packets::BytesOnGroup Struct Reference

Holds a UMP group, and a span of bytes that were received or are to be sent on that group. More...

#include "juce_UMPBytesOnGroup.h"

Public Attributes

uint8_t group
 
Span< const std::bytebytes
 

Detailed Description

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.

@tags{Audio}

Definition at line 32 of file juce_UMPBytesOnGroup.h.

Member Data Documentation

◆ bytes

Span<const std::byte> juce::universal_midi_packets::BytesOnGroup::bytes

Definition at line 35 of file juce_UMPBytesOnGroup.h.

◆ group

uint8_t juce::universal_midi_packets::BytesOnGroup::group

Definition at line 34 of file juce_UMPBytesOnGroup.h.


The documentation for this struct was generated from the following file: