Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
ChannelMessage Struct Reference

#include <MIDI_Parsers/MIDI_Parser.hpp>

Collaboration diagram for ChannelMessage:

Public Member Functions

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

Public Attributes

uint8_t header
 
uint8_t data1
 
uint8_t data2
 
uint8_t CN = 0
 

Detailed Description

Examples
Mackie-Control-Universal-Reverse-Engineering.ino, and MIDI-Input-Callback.ino.

Definition at line 47 of file MIDI_Parser.hpp.

Member Function Documentation

◆ operator==()

bool operator== ( const ChannelMessage other) const
inline

Definition at line 54 of file MIDI_Parser.hpp.

◆ operator!=()

bool operator!= ( const ChannelMessage other) const
inline

Definition at line 59 of file MIDI_Parser.hpp.

Member Data Documentation

◆ header

uint8_t header

◆ data1

uint8_t data1

◆ data2

uint8_t data2

◆ CN

uint8_t CN = 0
Examples
MIDI-Input-Callback.ino.

Definition at line 52 of file MIDI_Parser.hpp.


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