> For the complete documentation index, see [llms.txt](https://support.4cast.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.4cast.world/archive-v12-userguide/5.-triggering-your-media/daw-computer-triggering/ableton-live-setup.md).

# Ableton Live Setup

This guide covers the steps to send MIDI notes from Ableton Live to the MVP.

> Note: This guide assumes basic familiarity with Ableton Live's interface. For general instruction on using the software, please refer to the [\[Official Ableton Live Manual\]](https://www.ableton.com/en/manual/welcome-to-live/).

***

### 1. Configure MIDI Preferences

First, we must configure Ableton to send data to the MVP.

1. Connect the MVP's **HOST** port to your computer via USB.
2. Open Ableton Live.
3. Open **Preferences** (macOS: `Live > Settings...` | Windows: `Options > Preferences`).
4. Navigate to the **Link Tempo MIDI** tab.
5. Scroll down to the **MIDI Ports** section.
6. Locate Output: **MVP**.
7. Ensure the **Track** checkbox is enabled (On).
   * *This allows MIDI notes from your tracks to be sent to the device.*

<figure><img src="/files/Ovljbpjeg9wvFZ38XgBK" alt="" width="459"><figcaption></figcaption></figure>

***

### 2. Create a MIDI Track

1. Create a new MIDI Track (`Shift + Cmd + T` / `Shift + Ctrl + T`).
2. Rename the track (e.g., "MVP VIDEO").

***

### 3. Route the Output

Now we configure where this track sends its notes.

1. Locate the I/O section on the track (if hidden, press `Cmd/Ctrl + Option + I`).
2. **MIDI From**: Select **No Input**.
3. **MIDI To**: Select **MVP**.
4. **Channel**: Set to same Channel number you have in the MVP UI.

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

***

### 4. Program Your Cues

1. Insert a MIDI Clip: Double-click a slot (Session View) or highlight an area and press `Shift + Cmd + M` (Arrangement View).
2. Draw a Note: Open the Clip, View/Piano Roll.
3. Match the Assignment: Draw a note that matches your file assignment in the MVP.

   * *Example:* If your video is assigned to E-2, draw a E-2 note in Ableton.

   <figure><img src="/files/7Hl3YTsxsk8Hv9E0n2LT" alt="" width="401"><figcaption></figcaption></figure>
4. Play: Press Play in Ableton. The MVP should trigger instantly.

Note: In most circumstances, you will want to disable the **Loop** setting next to the piano roll.

***

### 5. Stopping Playback (Blackout)

Remember that stopping Ableton does not automatically stop the MVP.

To program a "Stop" cue in your song:

* Draw a note at C-2 (Note 0).
* This triggers the MVP's default Blackout function.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.4cast.world/archive-v12-userguide/5.-triggering-your-media/daw-computer-triggering/ableton-live-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
