Export setlist to vault
export_setlist_to_vaultSave current cues from a TouchDesigner COMP as a formatted setlist note in your Obsidian vault, enabling version control and re-import of live shows.
Instructions
Serialize the current cues stored on a COMP (manage_cue snapshots, keyed 'tdmcp_cues') into a setlist note in the Obsidian vault, so a live-built show can be round-tripped into the vault library as a git-diffable setlist. The note frontmatter tracks array matches what import_setlist expects — each cue becomes a track with its title and optional bpm, ready for a recipe id to be added by hand. Re-import the note later with import_setlist to rebuild the visuals. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | COMP whose stored cues/scenes to export as a setlist. | |
| note | Yes | Setlist note name to write (e.g. 'Friday Set'). | |
| folder | No | Vault subfolder (match import_setlist's expected location). | Setlists |
| include_tempo | No | Capture the project's global tempo into the note. |