v0.1Latest
Audio Output
Master audio output — routes audio to speakers / DAW.
Terminal stereo audio node that routes the patch to the host output bus. Audio Channel Layout is preserved; stereo-to-mono reduction must happen through an explicit routing or reduction node before this output.
Inputs
Audio In
Stereo audio input (mono sources are duplicated to both channels)
| ID | audio |
|---|---|
| Signal | audio · audio rate · stereo |
| Unit | normalized |
| Range | -1 to 1 normalized |
| Default | 0 |
| Coercion | Implicit |
Parameters
Gain
Master output trim before host handoff. Capped at unity gain to avoid clipping.
| ID | gain |
|---|---|
| Type | float |
| Control | slider |
| Range or Options | -96 to 0 dB, step 0.1 |
| Default | 0 |
Muted
Mute the master output without changing the current gain setting.
| ID | muted |
|---|---|
| Type | bool |
| Control | toggle |
| Default | false |
Details
| Canonical ID | io.audioOut |
|---|---|
| Category | io |
| Runtime Surface | control |
| Runtime Targets | control-main-thread |
| JUCE Early Access | Supported |
| Early Access Note | Native-supported in the plugin for the current catalog/runtime support contract. |
| Audio Channel Behavior | Analyze / Reduce (audio → control, or terminal sink) |
| Stereo Reduction | each channel handled independently |