No history yet

TouchDesigner Interface

Welcome to the Network

Opening TouchDesigner for the first time reveals a unique workspace. Instead of a blank document or a traditional timeline, you see a grid with a few connected boxes. This is the Network Editor, the heart of TouchDesigner's node-based workflow.

Think of it as a visual flowchart for creating interactive art and media. Each box, called an Operator or node, performs a specific task. You create visuals, sound, and logic not by writing lines of code, but by connecting these nodes together. An output from one node becomes the input for another, creating a flow of data that you can see and manipulate in real time.

The Building Blocks

Every node in TouchDesigner belongs to one of five families. Each family handles a different type of data and is color-coded, which helps you understand a network's function at a glance. You create a new node by pressing the Tab key, which opens a menu of all available operators.

FamilyNameData TypeColor
TOPTexture OperatorsImage and video data (pixels)Purple
CHOPChannel OperatorsNumerical data (waveforms, audio, sensors)Green
SOPSurface Operators3D geometry (points, polygons)Blue
DATData OperatorsText, tables, and scriptsGray
COMPComponent OperatorsContainers for other networks, UI elementsDark Blue

The color-coding isn't just for looks. It's a fundamental guide that tells you what kind of data is flowing through your project.

Navigating Your Workspace

The three main parts of the interface work together. What you do in one area directly affects the others.

The Network Editor is your main canvas. You'll spend most of your time here creating, arranging, and connecting nodes. You can navigate this space intuitively:

  • Pan: Click and drag with the middle mouse button.
  • Zoom: Use the scroll wheel.
  • Connect Nodes: Drag from a node's small output square to another's input square. A wire will form, showing the data connection.

When a node is selected, its editable properties appear in the Parameters window, which is typically on the right. Here, you can change a TOP's resolution, a CHOP's frequency, or a SOP's shape. This is where you fine-tune the behavior of each building block.

Finally, the Timeline at the bottom controls animation and playback. You can press the play button to see your creation in motion, set start and end frames for a loop, and adjust the frames per second (FPS) for your project.

Let's test your understanding of these core concepts.

Quiz Questions 1/5

What is the primary workspace in TouchDesigner called, where you build and connect your node networks?

Quiz Questions 2/5

When a node is selected, its editable properties appear in which part of the interface?

Getting comfortable with this interface is the first and most important step. In the next section, we'll start connecting these operators to create our first visual.