# LTC Timecode Setup

Linear Timecode (LTC) allows you to trigger video and lighting clips using an LTC (SMPTE) audio source.

The MVP listens for the audio signal via its rear input port and fires specific clips when the incoming timecode matches your Timecode Trigger.

***

### 1. Hardware Connection

1. Source: Connect your timecode source into the Pink 1/8" (3.5mm) **IN** port on the rear of the MVP.

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

***

### 2. Signal Verification (The Input Monitor)

Before programming triggers, you must ensure the MVP is receiving a clear signal.

1. Navigate to the MVP's **Dashboard** page.
2. Start playback on your LTC source.
3. Check the **LTC Counter**: You should see the numbers running rapidly (HH:MM:SS:FF).

<figure><img src="/files/idQy8l87MhMNs3yPzfit" alt="" width="416"><figcaption></figcaption></figure>

Troubleshooting Signal Levels:

* If the counter is frozen or erratic: The audio volume is likely too low or too loud (clipping).
* Fix: Adjust the output volume on your source device up or down until the MVP's LTC Counter runs smoothly and consistently.

***

### 3. Creating Triggers

Once your signal is verified, go to the **LTC** tab in the left sidebar.

<figure><img src="/files/otZgCvznhdverrgkgy5l" alt=""><figcaption></figcaption></figure>

Add New Timecode Trigger

1. Click the toggle switch to enable **EDIT MODE** on the top right.
2. Click the blue **ADD NEW TIMECODE TRIGGER** button.
3. **Select Type**: Choose between **VIDEO TRIGGER** or **LIGHTING TRIGGER**.
4. **Set the Time**: Enter the exact HH (Hours), MM (Minutes), SS (Seconds), and FF (Frames) for the trigger.
5. **Select your Media**: Choose the specific video file or lighting clip from the dropdown menu.
6. **Save**: Click the **SAVE** button.

<figure><img src="/files/JTgUkqaBzCbrpIQ4KxTp" alt="" width="433"><figcaption></figcaption></figure>

Repeat this process to add all of your LTC triggers.

#### Managing Triggers

* **Edit**: Click the Pencil Icon next to any trigger to change its settings.
* **Delete**: Click the Trash Can icon to remove a trigger.
* **Sort**: Triggers are automatically sorted chronologically.

***

Note that the MVP uses LTC as a Start Trigger, not for continuous synchronization.

* Behavior: When the incoming timecode matches the Timecode Trigger values (e.g., `00:01:30:00`), the MVP simply presses "Play" on the assigned clip.
* No Scrubbing: The clip plays at its normal speed. It does not slow down, speed up, or scrub backward if the external timecode changes speed. It purely listens for the specific "Go" frame.


---

# 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/archive-v12-userguide/4.-ltc-timecode-setup/ltc-timecode-setup.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.
