> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/project/mixing/mixer.md).

# Mixer

The Mixer provides detailed controls for every track in your project. It's a panel that expands from the left side of the track list, giving you access to volume, panning, effects, and routing for each track.

To open or collapse the Mixer, click the Mixer icon in the main toolbar, or use the shortcut <kbd>M</kbd>.

<figure><img src="/files/500NV1utAtsDLa7xanOv" alt="Open Mixer panel in ACE Studio."><figcaption></figcaption></figure>

## Mix Your Tracks Using Mixer

When the Mixer is open, you will see a channel strip for the Master track and for every track in your project.

### Master

The **Master** strip is always at the top of the Mixer.

It controls the overall output of your project.

It includes the main volume fader and its own **FX** panel.

Open the [FX panel](/project/mixing/effects.md) for the master to add inserts.

The panel header reads **Master** when you are editing the master bus.

Use this for mix-bus processing that should affect the whole mix.

Typical examples include a [Little Limiter](/project/mixing/effects/built-in-effects.md) in the last slot to catch peaks and set the final output ceiling, or a third-party plug-in for mastering.

### Track channels

Below the Master track, each track has its own channel strip with the following controls:

* Fader: Controls the track's volume. Drag the fader up or down to adjust the level. Double-click the fader to reset it to 0 dB.
* Pan: Adjusts the track's position in the stereo field (left or right). Drag the knob left or right. Double-click to reset it to the center.
* Solo <kbd>S</kbd>: Mutes all other tracks, allowing you to hear only soloed tracks. You can solo multiple tracks at once by holding <kbd>Ctrl</kbd> / <kbd>Command</kbd>.
* Mute: Silences the track without changing its fader level.
* FX: Opens the Effects Panel for this track.
* Input Channel: Selects the audio or MIDI source for the track. The available options depend on the track type:
  * For Audio Tracks: Choose from the available input channels of your connected audio interface.
  * For MIDI Tracks: Select a connected MIDI device and a specific MIDI channel. You can choose between Polyphonic and Monophonic input modes in vocal tracks.


---

# 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://docs.acestudio.ai/project/mixing/mixer.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.
