Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
BankableVUMatcher< BankSize >::Result Struct Reference

#include <MIDI_Inputs/MCU/VU.hpp>

Detailed Description

template<uint8_t BankSize>
struct MCU::BankableVUMatcher< BankSize >::Result

Output data of the matcher/parser.

Definition at line 139 of file VU.hpp.

+ Collaboration diagram for BankableVUMatcher< BankSize >::Result:

Public Attributes

bool match
 Whether the address of the message matched our address.
 
uint8_t data
 The data to update the VU meter with [0x0, 0xF].
 
uint8_t bankIndex
 The bank index of the message [0, BankSize-1].
 

Member Data Documentation

◆ match

template<uint8_t BankSize>
bool match

Whether the address of the message matched our address.

Definition at line 140 of file VU.hpp.

◆ data

template<uint8_t BankSize>
uint8_t data

The data to update the VU meter with [0x0, 0xF].

Definition at line 141 of file VU.hpp.

◆ bankIndex

template<uint8_t BankSize>
uint8_t bankIndex

The bank index of the message [0, BankSize-1].

Definition at line 142 of file VU.hpp.


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