Create phone remote
create_phone_remoteCreate a mobile-friendly web panel to control TouchDesigner parameters from any phone. Open the URL for live touch sliders.
Instructions
Serve a mobile-friendly web panel from a Web Server DAT so you can control a COMP's numeric custom parameters from a phone — just open the URL, no app to install. Each parameter becomes a touch slider that writes back live. SECURITY: like the bridge, this listens on all interfaces and accepts writes with no auth, so use it only on a trusted network. Pair with create_control_panel (the params to expose) and manage_cue (snapshot looks you dial in from the phone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_path | No | Control COMP whose numeric custom parameters the phone page exposes. | /project1 |
| port | No | TCP port for the remote web server (keep it distinct from the bridge's 9980). |