Control Surface stm32
MIDI Control Surface library for Arduino
Variables

Detailed Description

+ Collaboration diagram for MCU Pitch Bend controls:

Variables

constexpr Channel VOLUME_1 = CHANNEL_1
 Volume fader 1 (In/Out) More...
 
constexpr Channel VOLUME_2 = CHANNEL_2
 Volume fader 2 (In/Out) More...
 
constexpr Channel VOLUME_3 = CHANNEL_3
 Volume fader 3 (In/Out) More...
 
constexpr Channel VOLUME_4 = CHANNEL_4
 Volume fader 4 (In/Out) More...
 
constexpr Channel VOLUME_5 = CHANNEL_5
 Volume fader 5 (In/Out) More...
 
constexpr Channel VOLUME_6 = CHANNEL_6
 Volume fader 6 (In/Out) More...
 
constexpr Channel VOLUME_7 = CHANNEL_7
 Volume fader 7 (In/Out) More...
 
constexpr Channel VOLUME_8 = CHANNEL_8
 Volume fader 8 (In/Out) More...
 
constexpr Channel MASTER_VOLUME = CHANNEL_9
 Master volume (In/Out) More...
 

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.