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
| Property | Value |
|---|---|
| Category | I/O |
| Inputs | L, R (audio), MIDI |
| Outputs | None (sends to host) |
Inputs
| Port | Type | Description |
|---|---|---|
| L | Audio | Left channel audio to host |
| R | Audio | Right channel audio to host |
| MIDI | MIDI | MIDI 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)