Log a performance to the vault
log_performanceRecord a snapshot of your TouchDesigner network's node, connection, and error counts along with a preview image, and save it as a dated journal entry to track show performance over time.
Instructions
READ a snapshot of a TD network (node/connection counts plus any errors) and, optionally, a preview image of an output TOP, then WRITE a dated journal entry to Performances/-.md in the vault (the thumbnail is saved as a binary attachment). Use this to build a diary of your shows over time. Returns the note path, whether a thumbnail was saved, and the node/issue counts. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Short title for the entry (e.g. venue or set name). | |
| comp_path | No | Network to snapshot for the log. | /project1 |
| output_path | No | TOP to capture as the entry's thumbnail. | |
| notes | No | Free-form notes: what played, what worked. | |
| width | No | Thumbnail width in pixels for the captured output_path preview. | |
| height | No | Thumbnail height in pixels for the captured output_path preview. |