How to create inputs and outputs for nodes

Hi everyone! I’m a beginner in TD. I need to use some nodes, for example node base from COMP, but it has neither inputs nor outputs. How to create inputs and outputs for nodes???

hi,

inside the COMP you can throw an in or out op depending on which type of node you need to connect, for instance : In CHOP, Out DAT etc…

then sockets will appear on the COMP

Yes to what Gallo said. Also a little short cut, if you know you’re going from a particular OP into a COMP, you can right-click on the output to bring up the OP create dialogue and select whatever COMP you want to go into, it will automatically create an in- and out- for that operator family.

Got it, many thanks to you!