JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::FunctionBlock Struct Reference

Contains information about a MIDI 2.0 function block. More...

#include <juce_CIFunctionBlock.h>

Collaboration diagram for juce::midi_ci::FunctionBlock:

Public Member Functions

bool operator!= (const FunctionBlock &other) const
 
bool operator== (const FunctionBlock &other) const
 

Public Attributes

uint8_t firstGroup = 0
 The first group that is part of the block, 0-based.
 
std::byte identifier { 0x7f }
 0x7f == no function block
 
uint8_t numGroups = 1
 The number of groups contained in the block.
 

Detailed Description

Contains information about a MIDI 2.0 function block.

@tags{Audio}

Member Function Documentation

◆ operator!=()

bool juce::midi_ci::FunctionBlock::operator!= ( const FunctionBlock other) const
inline

References operator==().

◆ operator==()

bool juce::midi_ci::FunctionBlock::operator== ( const FunctionBlock other) const
inline

Referenced by operator!=().

Member Data Documentation

◆ firstGroup

uint8_t juce::midi_ci::FunctionBlock::firstGroup = 0

The first group that is part of the block, 0-based.

◆ identifier

std::byte juce::midi_ci::FunctionBlock::identifier { 0x7f }

0x7f == no function block

◆ numGroups

uint8_t juce::midi_ci::FunctionBlock::numGroups = 1

The number of groups contained in the block.


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