Import a setlist from the vault
import_setlistImport a setlist note to resolve and build each track's recipe into the project, pre-staging visuals for a show. Dry run to validate first.
Instructions
Read a setlist note (frontmatter tracks: an array of recipe ids, or {title, recipe, preset, bpm, notes} objects) and build each track's recipe into the project — pre-staging a show's visuals. Recipes resolve against built-in and vault recipes. Use dry_run to validate first. Requires TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Setlist note: a vault-relative path, or a name resolved against the Setlists/ folder. | |
| parent_path | No | COMP to build each track's recipe inside. | /project1 |
| dry_run | No | Only resolve and report what would be built; do not touch TouchDesigner. |