Input Node

The Input node receives audio and MIDI data from the host DAW and makes it available to your plugin’s processing chain.

Overview

PropertyValue
CategoryI/O
InputsNone (receives from host)
OutputsL, R (audio), MIDI

Outputs

PortTypeDescription
LAudioLeft channel audio from host
RAudioRight channel audio from host
MIDIMIDIMIDI data from host

Usage

The Input node is typically the starting point of your signal chain. Connect its outputs to the first processing node in your chain.

Input → [Your Effects] → Output

Visualizer

The Input node includes an Audio Level Visualizer showing real-time input levels for monitoring incoming signal strength.

Notes

  • Every plugin should have exactly one Input node
  • The node automatically adapts to the host’s sample rate and buffer size
  • MIDI output provides note on/off, velocity, and control change data