Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables

Detailed Description

+ Collaboration diagram for MCU Control Change controls:

Variables

constexpr uint8_t V_POT_1 = 0x10
 V-Pot 1 (Relative) (Out)
 
constexpr uint8_t V_POT_2 = 0x11
 V-Pot 2 (Relative) (Out)
 
constexpr uint8_t V_POT_3 = 0x12
 V-Pot 3 (Relative) (Out)
 
constexpr uint8_t V_POT_4 = 0x13
 V-Pot 4 (Relative) (Out)
 
constexpr uint8_t V_POT_5 = 0x14
 V-Pot 5 (Relative) (Out)
 
constexpr uint8_t V_POT_6 = 0x15
 V-Pot 6 (Relative) (Out)
 
constexpr uint8_t V_POT_7 = 0x16
 V-Pot 7 (Relative) (Out)
 
constexpr uint8_t V_POT_8 = 0x17
 V-Pot 8 (Relative) (Out)
 
constexpr uint8_t EXTERNAL_CONTROLLER = 0x2E
 External controller (Out)
 
constexpr uint8_t JOG_WHEEL = 0x3C
 Jog wheel (Relative) (Out)
 

Variable Documentation

◆ V_POT_1

constexpr uint8_t V_POT_1 = 0x10
constexpr

◆ V_POT_2

constexpr uint8_t V_POT_2 = 0x11
constexpr

V-Pot 2 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 167 of file MCU.hpp.

◆ V_POT_3

constexpr uint8_t V_POT_3 = 0x12
constexpr

V-Pot 3 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 168 of file MCU.hpp.

◆ V_POT_4

constexpr uint8_t V_POT_4 = 0x13
constexpr

V-Pot 4 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 169 of file MCU.hpp.

◆ V_POT_5

constexpr uint8_t V_POT_5 = 0x14
constexpr

V-Pot 5 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 170 of file MCU.hpp.

◆ V_POT_6

constexpr uint8_t V_POT_6 = 0x15
constexpr

V-Pot 6 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 171 of file MCU.hpp.

◆ V_POT_7

constexpr uint8_t V_POT_7 = 0x16
constexpr

V-Pot 7 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 172 of file MCU.hpp.

◆ V_POT_8

constexpr uint8_t V_POT_8 = 0x17
constexpr

V-Pot 8 (Relative) (Out)

Examples
MCP23017-RotaryEncoder-Interrupts.ino, and MCP23017-RotaryEncoder-No-Interrupts.ino.

Definition at line 173 of file MCU.hpp.

◆ EXTERNAL_CONTROLLER

constexpr uint8_t EXTERNAL_CONTROLLER = 0x2E
constexpr

External controller (Out)

Definition at line 175 of file MCU.hpp.

◆ JOG_WHEEL

constexpr uint8_t JOG_WHEEL = 0x3C
constexpr

Jog wheel (Relative) (Out)

Definition at line 177 of file MCU.hpp.