Notch TouchEngine bridge
notch_touchengine_bridgeSet up a TouchDesigner bridge scaffold for Notch or TouchEngine, including notes, output, and optional playback or speed controls.
Instructions
Build a guarded Notch TOP or Engine COMP/TouchEngine bridge scaffold with notes, output, and optional Notch play/speed controls. This does not validate a Notch license or target runtime; live validation remains explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Create a Notch TOP bridge or an Engine COMP TouchEngine bridge. | notch_top |
| name | No | Generated container name. | notch_touchengine_bridge |
| play | No | Start playback/cooking where supported. | |
| width | No | Notch TOP or placeholder output width. Ignored by mode=engine_comp. | |
| active | No | Start the Notch TOP active. Ignored by mode=engine_comp. | |
| height | No | Notch TOP or placeholder output height. Ignored by mode=engine_comp. | |
| tox_path | No | TouchEngine .tox path for mode=engine_comp. | |
| block_path | No | Notch .dfxdll block path for mode=notch_top. | |
| parent_path | No | Parent COMP path to build inside. | /project1 |
| expose_controls | No | Expose Play and Speed controls where possible. |