# DAW / Computer Triggering

This guide outlines the general workflow for using a Digital Audio Workstation (DAW) or sequencer to trigger MVP playback using standard MIDI notes.

***

### 1. Physical Connections

#### A. Control Connection

* Computer → MVP: Use the included USB-C cable to connect your computer to the MVP's HOST Port.
  * *Note:* The computer provides both power and MIDI data over this single cable.

#### B. Output Connections

* Video: Connect the HDMI Port to your Projector, Video Wall, or TV.
* Lighting: Connect the Ethernet Port to your ArtNet Node or Network Switch.

***

### 2. Wiring Scenarios

Depending on your production needs, your setup will look like one of the following diagrams:

#### Scenario A: Video Playback Only

* Signal Chain: Computer → MVP → HDMI Display

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

#### Scenario B: Lighting Playback Only

* Signal Chain: Computer → MVP → Ethernet → ArtNet Node → DMX Fixtures

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

#### Scenario C: Video + Lighting Playback

* Signal Chain: Computer → MVP → HDMI & Ethernet

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

***

### 3. Software Specific Guides

Select your software below for detailed routing instructions:

* [\[Ableton Live Setup\]](/archive-v12-userguide/5.-triggering-your-media/daw-computer-triggering/ableton-live-setup.md)
* [\[Pro Tools Setup\]](/archive-v12-userguide/5.-triggering-your-media/daw-computer-triggering/pro-tools-configuration.md)
* [\[Logic Pro Setup\]](/archive-v12-userguide/5.-triggering-your-media/daw-computer-triggering/logic-pro-configuration.md)

***

### 4. Trigger Behavior

* Start Trigger: The MVP listens for a Note On message to begin playback.
* Note Duration: The length of the MIDI note in your DAW does not affect playback duration. A short pulse triggers the file just as effectively as a long note.
* Stopping Playback: Stopping the DAW transport does not send a stop command to the MVP.  To stop playback, you must trigger the assigned Blackout Note (Default: Note 0 / C-2).


---

# 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/5.-triggering-your-media/daw-computer-triggering.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.
