Nanomidi
Simple stream-based MIDI message encoder and decoder
midi_message::data::control_change Struct Reference

Representation of MIDI_TYPE_CONTROL_CHANGE. More...

#include <messages.h>

Data Fields

uint8_t controller
 Control number (0-127) More...
 
uint8_t value
 Control value (0-127) More...
 

Detailed Description

Representation of MIDI_TYPE_CONTROL_CHANGE.

Field Documentation

◆ controller

uint8_t controller

Control number (0-127)

◆ value

uint8_t value

Control value (0-127)


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