Scaffold a show
scaffold_showCreate a starting skeleton for a live show with a master output and tempo beat clock, providing a blank canvas to add scenes, audio, and controls.
Instructions
Create a starting skeleton for a live show: a new container under parent_path with a 'master' output Null (where your mix lands) and a 'tempo' beat clock for reactivity, but NO scenes or look. Use scaffold_genre instead when you want a genre-flavored start (tempo + a ready-made look + palette already wired in). Returns the container path plus the 'master' and 'tempo' node paths. A blank-canvas starting point — then add scenes, audio features, a layer mixer into master, cues and a control surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the show container to create. | show |
| parent_path | No | Parent COMP path the show container is created inside. | /project1 |