# 混音器

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

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

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

## 使用混音器混音轨道

当混音器打开时，您会看到 Master 轨道以及工程中每条轨道的通道条。

### Master

该 **Master** 通道条始终位于混音器顶部。

它控制工程的整体输出。

它包含主音量推子以及其专属的 **FX** 面板。

打开 [效果面板](/docs/product-wiki-zh/gong-cheng/hun-yin/xiao-guo.md) ，为 Master 添加插入效果。

面板标题显示为 **Master** 在编辑 Master 总线时。

这可用于会影响整个混音的总线处理。

典型示例包括 [Little Limiter](/docs/product-wiki-zh/gong-cheng/hun-yin/xiao-guo/nei-zhi-xiao-guo.md) 位于最后一个插槽中，用于捕捉峰值并设置最终输出上限，或者使用第三方插件进行母带处理。

### 轨道声道

在 Master 轨道下方，每条轨道都有自己的通道条，包含以下控制项：

* 推子：控制轨道音量。上下拖动推子可调整电平。双击推子可将其重置为 0 dB。
* 声像：调整轨道在立体声声场中的位置（左或右）。向左或向右拖动旋钮。双击可将其重置到中心。
* 独奏 <kbd>S</kbd>：静音所有其他轨道，只让您听到独奏轨道。按住 <kbd>Ctrl</kbd> / <kbd>Command 键</kbd>.
* 静音：在不改变推子电平的情况下使轨道静音。
* FX：打开此轨道的效果面板。
* 输入声道：选择该轨道的音频或 MIDI 源。可用选项取决于轨道类型：
  * 对于音频轨道：从已连接音频接口的可用输入声道中选择。
  * 对于 MIDI 轨道：选择已连接的 MIDI 设备和特定的 MIDI 声道。您可以在人声轨道中选择复音和单音输入模式。


---

# 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.
