Names and values for all MIDI Control Change Controller Numbers.
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 | Data_Entry_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 |
|
constexpr |
Definition at line 16 of file Control_Change.hpp.
|
constexpr |
Definition at line 17 of file Control_Change.hpp.
|
constexpr |
Definition at line 18 of file Control_Change.hpp.
|
constexpr |
Definition at line 20 of file Control_Change.hpp.
|
constexpr |
Definition at line 21 of file Control_Change.hpp.
|
constexpr |
Definition at line 22 of file Control_Change.hpp.
|
constexpr |
Definition at line 23 of file Control_Change.hpp.
|
constexpr |
Definition at line 24 of file Control_Change.hpp.
|
constexpr |
Definition at line 26 of file Control_Change.hpp.
|
constexpr |
Definition at line 27 of file Control_Change.hpp.
|
constexpr |
Definition at line 28 of file Control_Change.hpp.
|
constexpr |
Definition at line 29 of file Control_Change.hpp.
|
constexpr |
Definition at line 32 of file Control_Change.hpp.
|
constexpr |
Definition at line 33 of file Control_Change.hpp.
|
constexpr |
Definition at line 34 of file Control_Change.hpp.
|
constexpr |
Definition at line 35 of file Control_Change.hpp.
|
constexpr |
Definition at line 40 of file Control_Change.hpp.
|
constexpr |
Definition at line 41 of file Control_Change.hpp.
|
constexpr |
Definition at line 42 of file Control_Change.hpp.
|
constexpr |
Definition at line 44 of file Control_Change.hpp.
|
constexpr |
Definition at line 45 of file Control_Change.hpp.
|
constexpr |
Definition at line 46 of file Control_Change.hpp.
|
constexpr |
Definition at line 48 of file Control_Change.hpp.
|
constexpr |
Definition at line 49 of file Control_Change.hpp.
|
constexpr |
Definition at line 50 of file Control_Change.hpp.
|
constexpr |
Definition at line 52 of file Control_Change.hpp.
|
constexpr |
Definition at line 53 of file Control_Change.hpp.
|
constexpr |
Definition at line 54 of file Control_Change.hpp.
|
constexpr |
Definition at line 55 of file Control_Change.hpp.
|
constexpr |
Definition at line 58 of file Control_Change.hpp.
|
constexpr |
Definition at line 59 of file Control_Change.hpp.
|
constexpr |
Definition at line 60 of file Control_Change.hpp.
|
constexpr |
Definition at line 61 of file Control_Change.hpp.
|
constexpr |
Definition at line 64 of file Control_Change.hpp.
|
constexpr |
Definition at line 65 of file Control_Change.hpp.
|
constexpr |
Definition at line 66 of file Control_Change.hpp.
|
constexpr |
Definition at line 67 of file Control_Change.hpp.
|
constexpr |
Definition at line 68 of file Control_Change.hpp.
|
constexpr |
Definition at line 69 of file Control_Change.hpp.
|
constexpr |
Definition at line 70 of file Control_Change.hpp.
|
constexpr |
Definition at line 71 of file Control_Change.hpp.
|
constexpr |
Definition at line 72 of file Control_Change.hpp.
|
constexpr |
Definition at line 73 of file Control_Change.hpp.
|
constexpr |
Definition at line 74 of file Control_Change.hpp.
|
constexpr |
Definition at line 75 of file Control_Change.hpp.
|
constexpr |
Definition at line 76 of file Control_Change.hpp.
|
constexpr |
Definition at line 77 of file Control_Change.hpp.
|
constexpr |
Definition at line 78 of file Control_Change.hpp.
|
constexpr |
Definition at line 79 of file Control_Change.hpp.
|
constexpr |
Definition at line 80 of file Control_Change.hpp.
|
constexpr |
Definition at line 81 of file Control_Change.hpp.
|
constexpr |
Definition at line 82 of file Control_Change.hpp.
|
constexpr |
Definition at line 83 of file Control_Change.hpp.
|
constexpr |
Definition at line 84 of file Control_Change.hpp.
|
constexpr |
Definition at line 87 of file Control_Change.hpp.
|
constexpr |
Definition at line 90 of file Control_Change.hpp.
|
constexpr |
Definition at line 91 of file Control_Change.hpp.
|
constexpr |
Definition at line 92 of file Control_Change.hpp.
|
constexpr |
Definition at line 93 of file Control_Change.hpp.
|
constexpr |
Definition at line 94 of file Control_Change.hpp.
|
constexpr |
Definition at line 96 of file Control_Change.hpp.
|
constexpr |
Definition at line 97 of file Control_Change.hpp.
|
constexpr |
Definition at line 99 of file Control_Change.hpp.
|
constexpr |
Definition at line 100 of file Control_Change.hpp.
|
constexpr |
Definition at line 101 of file Control_Change.hpp.
|
constexpr |
Definition at line 102 of file Control_Change.hpp.
|
constexpr |
Definition at line 106 of file Control_Change.hpp.
|
constexpr |
Definition at line 107 of file Control_Change.hpp.
|
constexpr |
Definition at line 108 of file Control_Change.hpp.
|
constexpr |
Definition at line 109 of file Control_Change.hpp.
|
constexpr |
Definition at line 110 of file Control_Change.hpp.
|
constexpr |
Definition at line 111 of file Control_Change.hpp.
|
constexpr |
Definition at line 112 of file Control_Change.hpp.
|
constexpr |
Definition at line 113 of file Control_Change.hpp.