Create control panel
create_control_panelAdd custom parameters (sliders, toggles, menus, RGB, pulse) to a COMP and bind them to node parameters, enabling real-time control of generated systems in TouchDesigner.
Instructions
Expose live controls on a COMP: append custom parameters (sliders, toggles, menus, RGB, pulse) and bind them to node parameters so the artist can drive a generated system in real time. Point comp_path at a system container and list the controls; use each control's bind_to to wire it to one or more 'nodePath.parName' targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_path | No | COMP that will receive the custom parameters — usually a generated system's container. | /project1 |
| page | No | Name of the custom-parameter page to add the controls to. | Controls |
| controls | Yes | The controls (knobs/sliders/toggles/menus) to expose. |