# 混音器

混音器（Mixer）为工程中每个轨道提供详细控制。它是一个从轨道列表左侧展开的面板，可让你访问每个轨道的音量、声像、效果与路由。

要打开或折叠混音器，请单击主工具栏中的 Mixer 图标，或使用快捷键 <kbd>M</kbd>.

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

## 使用混音器混合你的轨道

当混音器打开时，你会看到 Master 轨和工程中每个轨道对应的通道条（channel strip）。

主轨（Master Track）始终位于混音器最顶部。它控制整个工程的总体输出音量，并配备单一音量推子。

轨道通道（Track Channels）在主轨下方，每个轨道都有独立的通道条，包含以下控制项：

* 推子（Fader）：控制轨道音量。向上或向下拖动推子以调整电平。双击推子可重置为 0 dB。
* 声像（Pan）：调整轨道在立体声声场中的位置（左或右）。左右拖动旋钮。双击可重置到中心。
* 独奏（Solo） <kbd>S</kbd>: 静音其他所有轨道，仅播放被独奏的轨道。按住可同时独奏多个轨道，具体操作为按住 <kbd>Ctrl</kbd> / <kbd>Command</kbd>.
* FX：打开该轨道的效果面板。
* 输入通道（Input Channel）：选择轨道的音频或 MIDI 源。可用选项取决于轨道类型：
  * 对于音频轨（Audio Tracks）：从已连接音频接口的可用输入通道中选择。
  * 对于 MIDI 轨（MIDI Tracks）：选择已连接的 MIDI 设备和特定的 MIDI 通道。在人声轨道中，你可以在复音（Polyphonic）和单音（Monophonic）输入模式之间切换。


---

# Agent Instructions: 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/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.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.
