> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/current-manual/sound-engine/mixer-panel.md).

# Mixer Panel

***

### Overview

Current includes an engine mixer panel. The mixer panel offers a centralized view for adjusting each sound source’s level, with additional options like solo, direct out, and engine output gain.

<figure><img src="/files/63k6bVzD9cEpHC1MDE2r" alt=""><figcaption></figcaption></figure>

***

### Mixer

**1. Solo.** Solo an individual sound source; only one sound source can be soloed at a time. You can also solo a sound source by Command-clicking (macOS) or Ctrl-clicking (Windows) on its icon button in the respective engine tab.

**2. Direct Out.** When active, the sound source will not pass through the filters or effect rack.

**3. Level.** Adjust the gain of each individual sound source. This control functions identically to the Level control found on the individual sound source panels.

**4. Engine Output Gain.** Set the output gain for the polyphonic synth engine before it is sent to the effect rack. This feature is useful for gain staging before reaching the effects rack or for modulating the level of all sound sources simultaneously.

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.minimal.audio/current-manual/sound-engine/mixer-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
