Mixer
Multi-channel audio mixer with per-channel level, mute, solo, and optional stereo pan. Channel count is configurable (2–16).
Category: Audio
Dynamic shape. Ports and per-channel parameters scale with the channel-count parameter; the default 2-channel shape is shown below.


Inputs
| Name | Type | Description |
|---|---|---|
| in1 | audio | Channel 1 audio input. |
| in2 | audio | Channel 2 audio input. |
Outputs
| Name | Type | Description |
|---|---|---|
| out | audio | Summed mono output. |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|---|---|---|---|---|
| inputs | number | 2 | 2–16 | — | Number of input channels. Changing this rebuilds the patch. |
| mode | enum | mono | mono, stereo | — | Mono sums to a single output; stereo adds per-channel pan and exposes left/right outputs. |
| level1 | number | 1 | 0–2 (cubic) | — | Channel 1 level (cubic taper). |
| mute1 | boolean | false | true, false | — | Mute channel 1. |
| solo1 | boolean | false | true, false | — | Solo channel 1. Solo on any channel mutes all non-solo channels. |
| label1 | string | — | — | — | Display label for channel 1. |
| level2 | number | 1 | 0–2 (cubic) | — | Channel 2 level (cubic taper). |
| mute2 | boolean | false | true, false | — | Mute channel 2. |
| solo2 | boolean | false | true, false | — | Solo channel 2. Solo on any channel mutes all non-solo channels. |
| label2 | string | — | — | — | Display label for channel 2. |