# MIDI CC Trigger Mode

MIDI CC Trigger Mode is an alternative way to trigger video and lighting clips using **MIDI Control Change messages** instead of MIDI Notes. This is useful when your controller or show system sends CC messages but not note messages.

***

## How It Works

When enabled, **MIDI CC #110** acts as a clip trigger:

| CC #110 Value | Action                                                            |
| ------------- | ----------------------------------------------------------------- |
| 1-99          | Trigger the clip assigned to that number (same as MIDI note 1-99) |
| 100           | Trigger blackout (same as MIDI note 0)                            |
| 0             | Ignored                                                           |
| 101-127       | Ignored                                                           |

The trigger channel follows the same rules as MIDI note triggers:

* **CC #110 on the Video MIDI channel** triggers video clips
* **CC #110 on the Lighting MIDI channel** triggers lighting clips

***

## Enabling CC Trigger Mode

1. Open [System Settings](/6.-configuration/system-settings.md) (gear icon in the top-right corner, then select **System**).
2. Expand the **MIDI CC Trigger Mode** panel.
3. Toggle the switch to **Enable**.

<figure><img src="/files/xrwVUbwD6PvL0gwFrEVd" alt="" width="375"><figcaption></figcaption></figure>

***

## Example

Assume your Video MIDI channel is set to Channel 1 and CC Trigger Mode is enabled:

| MIDI Message                  | Result                                                                             |
| ----------------------------- | ---------------------------------------------------------------------------------- |
| CC #110, Value 5, Channel 1   | Plays the video assigned to Note 5                                                 |
| CC #110, Value 42, Channel 1  | Plays the video assigned to Note 42                                                |
| CC #110, Value 100, Channel 1 | Video blackout                                                                     |
| CC #110, Value 5, Channel 3   | Plays the lighting clip assigned to Note 5 (if Channel 3 is your lighting channel) |

***

## UI Feedback

When a clip is triggered via CC #110, the Dashboard **Input Monitor** and the device **Status Display** show:

* The CC value that was received
* A **"MIDI CC"** label (instead of a note name)

This helps you distinguish between note-triggered and CC-triggered clips during monitoring.

***

## Notes

* CC Trigger Mode works **alongside** regular MIDI note triggers -- enabling it does not disable note triggering.
* Only CC #110 is used for clip triggering. Other CC numbers are unaffected.
* The CC trigger uses the same clip assignments as MIDI notes -- there is no separate configuration. CC value 5 triggers the same clip as MIDI note 5.
* When timecode is actively driving playback, CC triggers (like all manual triggers) are suppressed.

***

## Related Pages

* [Video Configuration](/2.-video-setup/video-configuration.md) -- Assign clips to note/CC slots
* [Lighting Configuration](/3.-lighting-setup/lighting-configuration.md) -- Assign DMX clips
* [Triggering Overview](/5.-triggering/triggering-overview.md) -- All trigger methods compared
* [MIDI Reference](/8.-reference/midi-reference.md) -- Complete MIDI CC and note reference


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.4cast.world/5.-triggering/midi-cc-trigger-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
