Control Surface  1.2.0
MIDI Control Surface library for Arduino
Variables
+ Collaboration diagram for MCU Control Change controls:

Variables

constexpr uint8_t V_POT_1 = 0x10
 
constexpr uint8_t V_POT_2 = 0x11
 
constexpr uint8_t V_POT_3 = 0x12
 
constexpr uint8_t V_POT_4 = 0x13
 
constexpr uint8_t V_POT_5 = 0x14
 
constexpr uint8_t V_POT_6 = 0x15
 
constexpr uint8_t V_POT_7 = 0x16
 
constexpr uint8_t V_POT_8 = 0x17
 
constexpr uint8_t EXTERNAL_CONTROLLER = 0x2E
 
constexpr uint8_t JOG_WHEEL = 0x3C
 

Detailed Description

Variable Documentation

◆ V_POT_1

constexpr uint8_t V_POT_1 = 0x10
constexpr
Examples
CCIncrementDecrementButtons.ino, and RotaryEncoder.ino.

Definition at line 159 of file MCU.hpp.

◆ V_POT_2

constexpr uint8_t V_POT_2 = 0x11
constexpr

Definition at line 160 of file MCU.hpp.

◆ V_POT_3

constexpr uint8_t V_POT_3 = 0x12
constexpr

Definition at line 161 of file MCU.hpp.

◆ V_POT_4

constexpr uint8_t V_POT_4 = 0x13
constexpr

Definition at line 162 of file MCU.hpp.

◆ V_POT_5

constexpr uint8_t V_POT_5 = 0x14
constexpr

Definition at line 163 of file MCU.hpp.

◆ V_POT_6

constexpr uint8_t V_POT_6 = 0x15
constexpr

Definition at line 164 of file MCU.hpp.

◆ V_POT_7

constexpr uint8_t V_POT_7 = 0x16
constexpr

Definition at line 165 of file MCU.hpp.

◆ V_POT_8

constexpr uint8_t V_POT_8 = 0x17
constexpr

Definition at line 166 of file MCU.hpp.

◆ EXTERNAL_CONTROLLER

constexpr uint8_t EXTERNAL_CONTROLLER = 0x2E
constexpr

Definition at line 168 of file MCU.hpp.

◆ JOG_WHEEL

constexpr uint8_t JOG_WHEEL = 0x3C
constexpr

Definition at line 170 of file MCU.hpp.