Control Surface  1.1.1
MIDI Control Surface library for Arduino
Variables
MIDI_CC Namespace Reference

Names and values for all MIDI Control Change Controller Numbers. More...

Variables

constexpr uint8_t Bank_Select = 0x00
 
constexpr uint8_t Modulation_Wheel = 0x01
 
constexpr uint8_t Breath_Controller = 0x02
 
constexpr uint8_t Foot_Controller = 0x04
 
constexpr uint8_t Portamento_Time = 0x05
 
constexpr uint8_t Data_Entry_MSB = 0x06
 
constexpr uint8_t Channel_Volume = 0x07
 
constexpr uint8_t Balance = 0x08
 
constexpr uint8_t Pan = 0x0A
 
constexpr uint8_t Expression_Controller = 0x0B
 
constexpr uint8_t Effect_Control_1 = 0x0C
 
constexpr uint8_t Effect_Control_2 = 0x0D
 
constexpr uint8_t General_Purpose_Controller_1 = 0x10
 
constexpr uint8_t General_Purpose_Controller_2 = 0x11
 
constexpr uint8_t General_Purpose_Controller_3 = 0x12
 
constexpr uint8_t General_Purpose_Controller_4 = 0x13
 
constexpr uint8_t Bank_Select_LSB = 0x20 + 0x00
 
constexpr uint8_t Modulation_Wheel_LSB = 0x20 + 0x01
 
constexpr uint8_t Breath_Controller_LSB = 0x20 + 0x02
 
constexpr uint8_t Foot_Controller_LSB = 0x20 + 0x04
 
constexpr uint8_t Portamento_Time_LSB = 0x20 + 0x05
 
constexpr uint8_t Data_Entry_MSB_LSB = 0x20 + 0x06
 
constexpr uint8_t Channel_Volume_LSB = 0x20 + 0x07
 
constexpr uint8_t Balance_LSB = 0x20 + 0x08
 
constexpr uint8_t Pan_LSB = 0x20 + 0x0A
 
constexpr uint8_t Expression_Controller_LSB = 0x20 + 0x0B
 
constexpr uint8_t Effect_Control_1_LSB = 0x20 + 0x0C
 
constexpr uint8_t Effect_Control_2_LSB = 0x20 + 0x0D
 
constexpr uint8_t General_Purpose_Controller_1_LSB = 0x20 + 0x10
 
constexpr uint8_t General_Purpose_Controller_2_LSB = 0x20 + 0x11
 
constexpr uint8_t General_Purpose_Controller_3_LSB = 0x20 + 0x12
 
constexpr uint8_t General_Purpose_Controller_4_LSB = 0x20 + 0x13
 
constexpr uint8_t Damper_Pedal = 0x40
 
constexpr uint8_t Portamento = 0x41
 
constexpr uint8_t Sostenuto = 0x42
 
constexpr uint8_t Soft_Pedal = 0x43
 
constexpr uint8_t Legato_Footswitch = 0x44
 
constexpr uint8_t Hold_2 = 0x45
 
constexpr uint8_t Sound_Controller_1 = 0x46
 
constexpr uint8_t Sound_Controller_2 = 0x47
 
constexpr uint8_t Sound_Controller_3 = 0x48
 
constexpr uint8_t Sound_Controller_4 = 0x49
 
constexpr uint8_t Sound_Controller_5 = 0x4A
 
constexpr uint8_t Sound_Controller_6 = 0x4B
 
constexpr uint8_t Sound_Controller_7 = 0x4C
 
constexpr uint8_t Sound_Controller_8 = 0x4D
 
constexpr uint8_t Sound_Controller_9 = 0x4E
 
constexpr uint8_t Sound_Controller_10 = 0x4F
 
constexpr uint8_t General_Purpose_Controller_5 = 0x50
 
constexpr uint8_t General_Purpose_Controller_6 = 0x51
 
constexpr uint8_t General_Purpose_Controller_7 = 0x52
 
constexpr uint8_t General_Purpose_Controller_8 = 0x53
 
constexpr uint8_t Portamento_Control = 0x54
 
constexpr uint8_t High_Resolution_Velocity_Prefix = 0x58
 
constexpr uint8_t Effects_1 = 0x5B
 
constexpr uint8_t Effects_2 = 0x5C
 
constexpr uint8_t Effects_3 = 0x5D
 
constexpr uint8_t Effects_4 = 0x5E
 
constexpr uint8_t Effects_5 = 0x5F
 
constexpr uint8_t Data_Increment = 0x60
 
constexpr uint8_t Data_Decrement = 0x61
 
constexpr uint8_t NRPN_LSB = 0x62
 
constexpr uint8_t NRPN_MSB = 0x63
 
constexpr uint8_t RPN_LSB = 0x64
 
constexpr uint8_t RPN_MSB = 0x65
 
constexpr uint8_t All_Sound_Off = 0x78
 
constexpr uint8_t Reset_All_Controllers = 0x79
 
constexpr uint8_t Local_Control = 0x7A
 
constexpr uint8_t All_Notes_Off = 0x7B
 
constexpr uint8_t Omni_Mode_Off = 0x7C
 
constexpr uint8_t Omni_Mode_On = 0x7D
 
constexpr uint8_t Mono_Mode_On = 0x7E
 
constexpr uint8_t Poly_Mode_On = 0x7F
 

Detailed Description

Names and values for all MIDI Control Change Controller Numbers.

Variable Documentation

◆ Bank_Select

constexpr uint8_t Bank_Select = 0x00
constexpr

Definition at line 16 of file Control_Change.hpp.

◆ Modulation_Wheel

constexpr uint8_t Modulation_Wheel = 0x01
constexpr

Definition at line 17 of file Control_Change.hpp.

◆ Breath_Controller

constexpr uint8_t Breath_Controller = 0x02
constexpr

Definition at line 18 of file Control_Change.hpp.

◆ Foot_Controller

constexpr uint8_t Foot_Controller = 0x04
constexpr

Definition at line 20 of file Control_Change.hpp.

◆ Portamento_Time

constexpr uint8_t Portamento_Time = 0x05
constexpr

Definition at line 21 of file Control_Change.hpp.

◆ Data_Entry_MSB

constexpr uint8_t Data_Entry_MSB = 0x06
constexpr

Definition at line 22 of file Control_Change.hpp.

◆ Channel_Volume

constexpr uint8_t Channel_Volume = 0x07
constexpr

◆ Balance

constexpr uint8_t Balance = 0x08
constexpr

Definition at line 24 of file Control_Change.hpp.

◆ Pan

constexpr uint8_t Pan = 0x0A
constexpr

◆ Expression_Controller

constexpr uint8_t Expression_Controller = 0x0B
constexpr

Definition at line 27 of file Control_Change.hpp.

◆ Effect_Control_1

constexpr uint8_t Effect_Control_1 = 0x0C
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 28 of file Control_Change.hpp.

◆ Effect_Control_2

constexpr uint8_t Effect_Control_2 = 0x0D
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 29 of file Control_Change.hpp.

◆ General_Purpose_Controller_1

constexpr uint8_t General_Purpose_Controller_1 = 0x10
constexpr

◆ General_Purpose_Controller_2

constexpr uint8_t General_Purpose_Controller_2 = 0x11
constexpr
Examples
MIDI-Controller-Finished-Example.ino.

Definition at line 33 of file Control_Change.hpp.

◆ General_Purpose_Controller_3

constexpr uint8_t General_Purpose_Controller_3 = 0x12
constexpr
Examples
MIDI-Controller-Finished-Example.ino.

Definition at line 34 of file Control_Change.hpp.

◆ General_Purpose_Controller_4

constexpr uint8_t General_Purpose_Controller_4 = 0x13
constexpr
Examples
MIDI-Controller-Finished-Example.ino.

Definition at line 35 of file Control_Change.hpp.

◆ Bank_Select_LSB

constexpr uint8_t Bank_Select_LSB = 0x20 + 0x00
constexpr

Definition at line 40 of file Control_Change.hpp.

◆ Modulation_Wheel_LSB

constexpr uint8_t Modulation_Wheel_LSB = 0x20 + 0x01
constexpr

Definition at line 41 of file Control_Change.hpp.

◆ Breath_Controller_LSB

constexpr uint8_t Breath_Controller_LSB = 0x20 + 0x02
constexpr

Definition at line 42 of file Control_Change.hpp.

◆ Foot_Controller_LSB

constexpr uint8_t Foot_Controller_LSB = 0x20 + 0x04
constexpr

Definition at line 44 of file Control_Change.hpp.

◆ Portamento_Time_LSB

constexpr uint8_t Portamento_Time_LSB = 0x20 + 0x05
constexpr

Definition at line 45 of file Control_Change.hpp.

◆ Data_Entry_MSB_LSB

constexpr uint8_t Data_Entry_MSB_LSB = 0x20 + 0x06
constexpr

Definition at line 46 of file Control_Change.hpp.

◆ Channel_Volume_LSB

constexpr uint8_t Channel_Volume_LSB = 0x20 + 0x07
constexpr

Definition at line 47 of file Control_Change.hpp.

◆ Balance_LSB

constexpr uint8_t Balance_LSB = 0x20 + 0x08
constexpr

Definition at line 48 of file Control_Change.hpp.

◆ Pan_LSB

constexpr uint8_t Pan_LSB = 0x20 + 0x0A
constexpr

Definition at line 50 of file Control_Change.hpp.

◆ Expression_Controller_LSB

constexpr uint8_t Expression_Controller_LSB = 0x20 + 0x0B
constexpr

Definition at line 51 of file Control_Change.hpp.

◆ Effect_Control_1_LSB

constexpr uint8_t Effect_Control_1_LSB = 0x20 + 0x0C
constexpr

Definition at line 52 of file Control_Change.hpp.

◆ Effect_Control_2_LSB

constexpr uint8_t Effect_Control_2_LSB = 0x20 + 0x0D
constexpr

Definition at line 53 of file Control_Change.hpp.

◆ General_Purpose_Controller_1_LSB

constexpr uint8_t General_Purpose_Controller_1_LSB = 0x20 + 0x10
constexpr

Definition at line 56 of file Control_Change.hpp.

◆ General_Purpose_Controller_2_LSB

constexpr uint8_t General_Purpose_Controller_2_LSB = 0x20 + 0x11
constexpr

Definition at line 57 of file Control_Change.hpp.

◆ General_Purpose_Controller_3_LSB

constexpr uint8_t General_Purpose_Controller_3_LSB = 0x20 + 0x12
constexpr

Definition at line 58 of file Control_Change.hpp.

◆ General_Purpose_Controller_4_LSB

constexpr uint8_t General_Purpose_Controller_4_LSB = 0x20 + 0x13
constexpr

Definition at line 59 of file Control_Change.hpp.

◆ Damper_Pedal

constexpr uint8_t Damper_Pedal = 0x40
constexpr

Definition at line 62 of file Control_Change.hpp.

◆ Portamento

constexpr uint8_t Portamento = 0x41
constexpr

Definition at line 63 of file Control_Change.hpp.

◆ Sostenuto

constexpr uint8_t Sostenuto = 0x42
constexpr

Definition at line 64 of file Control_Change.hpp.

◆ Soft_Pedal

constexpr uint8_t Soft_Pedal = 0x43
constexpr

Definition at line 65 of file Control_Change.hpp.

◆ Legato_Footswitch

constexpr uint8_t Legato_Footswitch = 0x44
constexpr

Definition at line 66 of file Control_Change.hpp.

◆ Hold_2

constexpr uint8_t Hold_2 = 0x45
constexpr

Definition at line 67 of file Control_Change.hpp.

◆ Sound_Controller_1

constexpr uint8_t Sound_Controller_1 = 0x46
constexpr

Definition at line 68 of file Control_Change.hpp.

◆ Sound_Controller_2

constexpr uint8_t Sound_Controller_2 = 0x47
constexpr

Definition at line 69 of file Control_Change.hpp.

◆ Sound_Controller_3

constexpr uint8_t Sound_Controller_3 = 0x48
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 70 of file Control_Change.hpp.

◆ Sound_Controller_4

constexpr uint8_t Sound_Controller_4 = 0x49
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 71 of file Control_Change.hpp.

◆ Sound_Controller_5

constexpr uint8_t Sound_Controller_5 = 0x4A
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 72 of file Control_Change.hpp.

◆ Sound_Controller_6

constexpr uint8_t Sound_Controller_6 = 0x4B
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 73 of file Control_Change.hpp.

◆ Sound_Controller_7

constexpr uint8_t Sound_Controller_7 = 0x4C
constexpr

Definition at line 74 of file Control_Change.hpp.

◆ Sound_Controller_8

constexpr uint8_t Sound_Controller_8 = 0x4D
constexpr

Definition at line 75 of file Control_Change.hpp.

◆ Sound_Controller_9

constexpr uint8_t Sound_Controller_9 = 0x4E
constexpr

Definition at line 76 of file Control_Change.hpp.

◆ Sound_Controller_10

constexpr uint8_t Sound_Controller_10 = 0x4F
constexpr

Definition at line 77 of file Control_Change.hpp.

◆ General_Purpose_Controller_5

constexpr uint8_t General_Purpose_Controller_5 = 0x50
constexpr
Examples
MIDI-Controller-Finished-Example.ino.

Definition at line 78 of file Control_Change.hpp.

◆ General_Purpose_Controller_6

constexpr uint8_t General_Purpose_Controller_6 = 0x51
constexpr

Definition at line 79 of file Control_Change.hpp.

◆ General_Purpose_Controller_7

constexpr uint8_t General_Purpose_Controller_7 = 0x52
constexpr

Definition at line 80 of file Control_Change.hpp.

◆ General_Purpose_Controller_8

constexpr uint8_t General_Purpose_Controller_8 = 0x53
constexpr

Definition at line 81 of file Control_Change.hpp.

◆ Portamento_Control

constexpr uint8_t Portamento_Control = 0x54
constexpr

Definition at line 82 of file Control_Change.hpp.

◆ High_Resolution_Velocity_Prefix

constexpr uint8_t High_Resolution_Velocity_Prefix = 0x58
constexpr

Definition at line 85 of file Control_Change.hpp.

◆ Effects_1

constexpr uint8_t Effects_1 = 0x5B
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 88 of file Control_Change.hpp.

◆ Effects_2

constexpr uint8_t Effects_2 = 0x5C
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 89 of file Control_Change.hpp.

◆ Effects_3

constexpr uint8_t Effects_3 = 0x5D
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 90 of file Control_Change.hpp.

◆ Effects_4

constexpr uint8_t Effects_4 = 0x5E
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 91 of file Control_Change.hpp.

◆ Effects_5

constexpr uint8_t Effects_5 = 0x5F
constexpr

Definition at line 92 of file Control_Change.hpp.

◆ Data_Increment

constexpr uint8_t Data_Increment = 0x60
constexpr

Definition at line 94 of file Control_Change.hpp.

◆ Data_Decrement

constexpr uint8_t Data_Decrement = 0x61
constexpr

Definition at line 95 of file Control_Change.hpp.

◆ NRPN_LSB

constexpr uint8_t NRPN_LSB = 0x62
constexpr

Definition at line 97 of file Control_Change.hpp.

◆ NRPN_MSB

constexpr uint8_t NRPN_MSB = 0x63
constexpr

Definition at line 98 of file Control_Change.hpp.

◆ RPN_LSB

constexpr uint8_t RPN_LSB = 0x64
constexpr

Definition at line 99 of file Control_Change.hpp.

◆ RPN_MSB

constexpr uint8_t RPN_MSB = 0x65
constexpr

Definition at line 100 of file Control_Change.hpp.

◆ All_Sound_Off

constexpr uint8_t All_Sound_Off = 0x78
constexpr

Definition at line 104 of file Control_Change.hpp.

◆ Reset_All_Controllers

constexpr uint8_t Reset_All_Controllers = 0x79
constexpr

Definition at line 105 of file Control_Change.hpp.

◆ Local_Control

constexpr uint8_t Local_Control = 0x7A
constexpr

Definition at line 106 of file Control_Change.hpp.

◆ All_Notes_Off

constexpr uint8_t All_Notes_Off = 0x7B
constexpr

Definition at line 107 of file Control_Change.hpp.

◆ Omni_Mode_Off

constexpr uint8_t Omni_Mode_Off = 0x7C
constexpr

Definition at line 108 of file Control_Change.hpp.

◆ Omni_Mode_On

constexpr uint8_t Omni_Mode_On = 0x7D
constexpr

Definition at line 109 of file Control_Change.hpp.

◆ Mono_Mode_On

constexpr uint8_t Mono_Mode_On = 0x7E
constexpr

Definition at line 110 of file Control_Change.hpp.

◆ Poly_Mode_On

constexpr uint8_t Poly_Mode_On = 0x7F
constexpr

Definition at line 111 of file Control_Change.hpp.