# CC Messages

Sending CC messages to the Unity6 will control various parameter of the pedal.

- **CC #6 - Tuner On/Off**
    - Value 0 thru 63 - Tuner Off
    - Value 64 thru 127 - Tuner On
- **CC #7 - Increment Bank Number**
    - Value 127 will increase the bank number by a value of 1
- **CC #8 - Decrement Bank Number**
    - Value 127 will decrease the bank number by a value of 1
- **CC #9 - Previous Bank**
    - Value 127 will jump to the previous bank
- **CC #11 - Toggle On/Off Loop 1**
    - Value 0 thru 63 - Loop 1 Off
    - Value 64 thru 127 - Loop 1 On
- **CC #12 - Toggle On/Off Loop 2**
    - Value 0 thru 63 - Loop 2 Off
    - Value 64 thru 127 - Loop 2 On
- **CC #13 - Toggle On/Off Loop 3**
    - Value 0 thru 63 - Loop 3 Off
    - Value 64 thru 127 - Loop 3 On
- **CC #14 - Toggle On/Off Loop 4**
    - Value 0 thru 63 - Loop 4 Off
    - Value 64 thru 127 - Loop 4 On
- **CC #15 - Toggle On/Off Loop 5**
    - Value 0 thru 63 - Loop 5 Off
    - Value 64 thru 127 - Loop 5 On
- **CC #16 - Toggle On/Off Loop 6**
    - Value 0 thru 63 - Loop 6 Off
    - Value 64 thru 127 - Loop 6 On

##### <span style="color: #ff0000;">**\*\*\* CC #20 and CC #21 Available With Firmware v2.2.0 and Above \*\*\***</span>

- **CC #20 - Set the BPM on the Unity6**
    - Value 40 thru 100 - Sets the BPM  
        \<span style="color: #ff0000;">\* Values below 40 will set the Unity6 to 40 BPMs</span>  
        <span style="color: #ff0000;">and values above 100 will set the Unity6 to 100 BPMs  
          
        </span>
- **CC #21 - Set the BPM on the Unity6**
    - Value 0 thru 127 - Sets the BPM + 100  
        \<span style="color: #ff0000;">\* Example 1: Sending value 10 sets the BPM to 110  
        Example 2: Sending value 127 sets the BPM to 227</span>