Output Node

The Output node sends processed audio back to the host DAW. It’s the final destination for your plugin’s signal chain.

Overview

PropertyValue
CategoryI/O
InputsL, R (audio), MIDI
OutputsNone (sends to host)

Inputs

PortTypeDescription
LAudioLeft channel audio to host
RAudioRight channel audio to host
MIDIMIDIMIDI data to host (passthrough)

Visualizers

The Output node includes two built-in visualizers:

Waveform Visualizer

Real-time waveform display showing the output signal shape.

Audio Level Visualizer

Peak and RMS level meters for monitoring output levels.

Usage

Connect the final stage of your processing chain to the Output node:

[Your Effects] → Output

Notes

  • Every plugin should have exactly one Output node
  • The visualizers can be added to your Faceplate for user-facing metering
  • Audio is automatically clipped to prevent digital overs (you may want to add a Limiter for transparent limiting)