# System Settings

The **System Settings** dialog contains device-level preferences. To open it, click the **gear icon** in the top-right corner of any page and select **System**.

<figure><img src="/files/ipHgNBJdZE7s6xuEib3j" alt="" width="563"><figcaption></figcaption></figure>

***

## Status Display Brightness

Controls the brightness of the front-panel LCD screen.

* **Range**: 1 (dimmest) to 255 (brightest)
* **Default**: 200
* Drag the slider to adjust in real time

> **Tip**: In dark venues, lowering the brightness prevents the display from being a distraction on stage.

***

## Status LED

A toggle to enable or disable the front-panel LED indicator.

| Setting               | Behavior                                                  |
| --------------------- | --------------------------------------------------------- |
| **Enabled** (default) | LED provides visual feedback for current mode (see below) |
| **Disabled**          | LED is completely off                                     |

### LED Behavior When Enabled

| Mode                       | Steady State | On Trigger                          |
| -------------------------- | ------------ | ----------------------------------- |
| **Standard** (no timecode) | Blue LED on  | Red flashes briefly on each trigger |
| **Timecode active**        | Red LED on   | Blue flashes once per second        |

***

## MIDI CC Trigger Mode

An expandable panel with a toggle to enable or disable CC-based clip triggering. When enabled, **MIDI CC #110** can trigger video and lighting clips as an alternative to MIDI notes.

This is useful for controllers that send CC messages but not note messages.

For full details on how CC triggering works, clip mapping, and important usage warnings, see the dedicated [MIDI CC Trigger Mode](/5.-triggering/midi-cc-trigger-mode.md) page.

***

## Beta Features

A link at the bottom of System Settings opens the **Beta Features** dialog, where you can enable experimental features like [Effects Mode](/2.-video-setup/effects-mode.md).

Beta features are experimental and may change in future updates. When the **Enable Beta Features** toggle is on, additional options become available elsewhere in the UI (for example, "Effects" appears in the Video Mode dropdown on the Videos page).

***

## Status Display Views

The front-panel color Status Display switches automatically between three views based on activity:

### HOME View (Default)

<figure><img src="/files/A3tsJcWRG0Zj9FfWJxc3" alt="" width="188"><figcaption></figcaption></figure>

Shown at idle and on startup. Displays connection status for all interfaces:

| Row             | Shows                                |
| --------------- | ------------------------------------ |
| **HDMI**        | Resolution and connected device name |
| **ETH**         | IP address and subnet mask           |
| **WIFI**        | IP address and SSID                  |
| **MVP VERSION** | Current firmware version             |

Disconnected interfaces show "NOT CONNECTED." If an MVP update is available, a pulsing green banner appears at the bottom.

A scrolling ticker along the bottom edge continuously displays connection details for HDMI, Ethernet, Wi-Fi, and MIDI devices.

### LIVE MIDI View

<figure><img src="/files/CLC36QNtGOQv8FhKF9bE" alt="" width="188"><figcaption></figcaption></figure>

Appears automatically when a MIDI note, CC trigger, or keyboard trigger is received. Shows two side-by-side boxes:

| Box          | Color  | Content                               |
| ------------ | ------ | ------------------------------------- |
| **VIDEO**    | Teal   | Trigger info for the video channel    |
| **LIGHTING** | Purple | Trigger info for the lighting channel |

Each box adapts its display based on the trigger source:

* **MIDI Note**: Shows the note name (e.g., "C3") and note number
* **MIDI CC** (CC Trigger Mode): Shows the CC value and "MIDI CC" label
* **USB Keyboard**: Shows the key label (e.g., "Q") and "KEYBOARD" label

Below the trigger boxes, playback rows show the currently playing filename and playback position for both Video and Lighting. An animated gradient stripe indicates active playback.

### LIVE TC (Timecode) View

<figure><img src="/files/GuOxyhpTlFJAVIV9lMVr" alt="" width="188"><figcaption></figcaption></figure>

Appears automatically when timecode is received. Displays a large timecode clock in HH:MM:SS:FF format with the active configuration slot name above it. Below the timecode, playback rows show currently playing files.

The FPS label below the timecode shows the source type and frame rate (e.g., "LTC 30fps"). It turns red if a frame rate mismatch is detected, and displays "No Signal" when timecode stops.

### Display Timeout

After 2 minutes of inactivity (no MIDI, playback, or timecode), the display automatically returns to the HOME view.

***

## Related Pages

* [Configuration Slots (A-E)](/6.-configuration/configuration-slots.md) -- Save and switch between full setups
* [MIDI CC Trigger Mode](/5.-triggering/midi-cc-trigger-mode.md) -- Full CC triggering guide
* [Effects Mode (Beta)](/2.-video-setup/effects-mode.md) -- Real-time video effects
* [Hardware Connections & Specs](/1.-getting-started/hardware-connections-and-specs.md) -- Port-by-port guide


---

# 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/6.-configuration/system-settings.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.
