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

Detailed Description

+ Collaboration diagram for MCU Pitch Bend controls:

Variables

constexpr Channel VOLUME_1 = Channel_1
 Volume fader 1 (In/Out)
 
constexpr Channel VOLUME_2 = Channel_2
 Volume fader 2 (In/Out)
 
constexpr Channel VOLUME_3 = Channel_3
 Volume fader 3 (In/Out)
 
constexpr Channel VOLUME_4 = Channel_4
 Volume fader 4 (In/Out)
 
constexpr Channel VOLUME_5 = Channel_5
 Volume fader 5 (In/Out)
 
constexpr Channel VOLUME_6 = Channel_6
 Volume fader 6 (In/Out)
 
constexpr Channel VOLUME_7 = Channel_7
 Volume fader 7 (In/Out)
 
constexpr Channel VOLUME_8 = Channel_8
 Volume fader 8 (In/Out)
 
constexpr Channel MASTER_VOLUME = Channel_9
 Master volume (In/Out)
 

Variable Documentation

◆ VOLUME_1

constexpr Channel VOLUME_1 = Channel_1
constexpr

Volume fader 1 (In/Out)

Definition at line 184 of file MCU.hpp.

◆ VOLUME_2

constexpr Channel VOLUME_2 = Channel_2
constexpr

Volume fader 2 (In/Out)

Definition at line 185 of file MCU.hpp.

◆ VOLUME_3

constexpr Channel VOLUME_3 = Channel_3
constexpr

Volume fader 3 (In/Out)

Definition at line 186 of file MCU.hpp.

◆ VOLUME_4

constexpr Channel VOLUME_4 = Channel_4
constexpr

Volume fader 4 (In/Out)

Definition at line 187 of file MCU.hpp.

◆ VOLUME_5

constexpr Channel VOLUME_5 = Channel_5
constexpr

Volume fader 5 (In/Out)

Definition at line 188 of file MCU.hpp.

◆ VOLUME_6

constexpr Channel VOLUME_6 = Channel_6
constexpr

Volume fader 6 (In/Out)

Definition at line 189 of file MCU.hpp.

◆ VOLUME_7

constexpr Channel VOLUME_7 = Channel_7
constexpr

Volume fader 7 (In/Out)

Definition at line 190 of file MCU.hpp.

◆ VOLUME_8

constexpr Channel VOLUME_8 = Channel_8
constexpr

Volume fader 8 (In/Out)

Definition at line 191 of file MCU.hpp.

◆ MASTER_VOLUME

constexpr Channel MASTER_VOLUME = Channel_9
constexpr

Master volume (In/Out)

Definition at line 193 of file MCU.hpp.