TD-pipeOp provides a pair of palette .tox files that allow TouchDesigner users to quickly bundle multiple operator connection cables into a single DAT link that can be turned back into separate connections at the other end.
Why is this useful?
Some Background: COMP Modules
This is also very helpful for externalized .tox workflows where projects are broken up into multiple parts for modular and collaborative development.
The Problem: Wrangling Connections
Having to wrangle multiple connections at the top level gets a bit ugly and the process of managing the in and out pins is little cumbersome.
The Fix: Trunking multiple connections into a single cable

Operators dropped onto the pipeIn COMP are added to the list of sent OPs. The output can be routed to another COMP.

At the other end, place a pipeOut Op and route the DAT cable from the pipeIn Op into it. Output pins for the referenced operators are automatically created for you. These can be used in place of the inputs.
Pressing the "Show InPipe" button on the pipeOut Op's Parameter sheet quickly shows the source pipeIn in a floating window for editing.
Extra sources can be dropped onto the pipeIn. Existing links can be deleted by pressing the 'X'.
All Operator types are supported =)
Enjoy!






