td_subscribe
Monitor runtime events from a TouchDesigner node by subscribing to parameter changes, CHOP channel updates, or other events with configurable thresholds and rate limits.
Instructions
Subscribe to runtime TD events for a node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | TD node path to monitor, e.g. '/project1/audio1'. | |
| params | No | Specific parameters to monitor. None means all tracked params. | |
| channels | No | Specific CHOP channels to monitor. None means all channels. | |
| threshold | No | Only emit events when delta exceeds this threshold. | |
| rate_limit | No | Minimum seconds between repeated events from same source. | |
| event_types | No | Event types: chop_change, par_change, cook_complete, node_error, timeline. Defaults to ['chop_change', 'par_change']. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |