Create a TouchDesigner operator
td_create_operatorCreates a TouchDesigner operator inside a COMP, setting its type, optional name, position, and parameters.
Instructions
Create one operator in a COMP using a TouchDesigner type name such as noiseTOP, audioSpectrumCHOP, or baseCOMP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | ||
| type | Yes | TouchDesigner Python OP type name | |
| parent | Yes | Absolute TouchDesigner operator path, for example /project1/visuals/noise1 | |
| parameters | No |