Create control surface
create_control_surfaceBuild a playable performance panel with vertical faders for parameters and buttons to recall or morph cues. Open in Perform/Panel mode for a touchable surface.
Instructions
Build a playable performance panel (a Container COMP of visual widgets) for live use, beyond the parameter dialog: vertical faders that drive parameters, and buttons that recall or morph to named cues (from manage_cue). Open the container in Perform/Panel mode for a touchable surface — faders move their parameters, cue buttons fire scenes (instantly or with a crossfade).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_path | No | Control COMP that holds the cues (manage_cue) and custom params. The surface is built inside it and its buttons fire that COMP's cues. | /project1 |
| name | No | Name of the panel container to build. | surface |
| align | No | How the panel lays out its widgets. | horizlr |
| faders | No | Vertical faders, each driving a parameter. | |
| cue_buttons | No | Buttons that recall or morph to named cues. |