# Hardware (Standalone) Triggering

The MVP is designed to run completely standalone, allowing you to trigger your show using physical controllers without a computer on stage.

This workflow is perfect for "DAW-less" setups, like drummers using sample pads, or guitarists using MIDI pedalboards.

***

### 1. Power Requirement

Since you are not connecting the MVP to a computer via the USB-C Host port, you must use the included DC Power Adapter.

* Connect the power adapter to the barrel jack on the rear of the MVP.
* *Note: The MVP provides power to USB controllers connected to its USB-A ports.*

***

### 2. Connection Methods

The MVP supports two types of hardware connections.

#### A. USB MIDI Controllers

Connect class-compliant USB MIDI controllers directly to the USB-A Ports on the back of the MVP.

* Examples: Novation Launchpad, Akai APC Mini, Korg nanoKEY.
* Compatibility: Any "Class Compliant" device (drivers not required) will work.
* Power: The MVP powers these devices over the USB cable.

#### B. 5-Pin DIN MIDI

Connect MIDI hardware using a standard 5-Pin MIDI cable to the MIDI IN Port.

* Examples: Line 6 Helix, Roland SPD-SX, Nord Keyboards, Behringer FCB1010.

***

### 3. General Setup Workflow

Regardless of which controller you use, the setup logic is consistent:

1. Set the MIDI Channel: Configure your hardware controller to transmit on the correct channel.
2. Map the Notes:
   * On your controller, assign a specific button, key, or pad to a specific note (e.g., C#-2).
3. Trigger: Press the button. The MVP receives the "Note On" message and starts playback immediately.

***

### 4. Hardware Guides

Select your device type below for specific setup instructions:

* \[USB Controllers (Launchpad, APC, etc.)]
* \[Standard MIDI (SPD-SX, Helix, Keyboards)]


---

# 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/technical-archive/hardware-standalone-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.
