> 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/docs/product-wiki-zh/gong-cheng/mixing/effects.md).

# 效果

ACE Studio 中的每条轨道——以及主总线——都有一个 **效果面板** ，用于搭建效果链。

其下各页会分别介绍这些效果：

* [**内置效果**](/docs/product-wiki-zh/gong-cheng/mixing/effects/built-in-effects.md) ——ACE Studio 自带的效果：EQ、动态处理和混响。
* [**第三方效果**](/docs/product-wiki-zh/gong-cheng/mixing/effects/third-party-effects.md) ——在同一链中使用你自己的 VST3 / AU 插件。
* [**房间效果**](/docs/product-wiki-zh/gong-cheng/mixing/effects/room-effect.md) ——用于人声轨道的空间定位，独立于 FX 链。

***

### 打开效果面板

* 选择一条轨道并切换到 **FX** 选项卡。
* 面板标题会显示你正在编辑的轨道。
* 它会显示轨道颜色、名称和编号，或者 **Master** 用于主总线。

<figure><img src="/files/8127916cf0184bb70557c49d20245850c3eafaa1" alt="" width="205"><figcaption></figcaption></figure>

### 添加效果

点击 **+ 插入** 位于插入列表底部。点击后会打开效果浏览器。

<figure><img src="/files/993b09b03c67ccc5b006b343a3ee95fa5fc91cf9" alt="" width="254"><figcaption></figcaption></figure>

* **VST3 / AU** ——在插件格式之间切换。
* **AU** 仅在 macOS 上显示。
* **搜索** ——按名称筛选整个列表。
* **最近使用** ——你最近使用过的效果。
* **FX 链** ——我们预设的以及你保存的 FX 链。
* **类型** ——按类别浏览。
* **品牌** ——按厂商浏览。
  * ACE Studio 内置效果位于 **ACE Studio** 品牌下。

关于格式和插件窗口等插件特定详情，请参阅 [第三方效果](/docs/product-wiki-zh/gong-cheng/mixing/effects/third-party-effects.md).

该效果会作为一个 **效果块** 添加到插入链中。

### 插入链

插入处理 **按串联方式，自上而下**.

信号先经过第一个效果，再经过第二个，以此类推。

* **重排：** 将效果块上下拖动。
* 白色线条会显示其落点。
* **多选：** 点击一个效果块即可选中它。
  * <kbd>Cmd</kbd>/<kbd>Ctrl</kbd>-点击可添加更多效果块。
  * <kbd>移位</kbd>-点击可选择一个范围。
* **右键点击** 一个效果块可进行 **复制 / 粘贴 / 删除 / 全选 / 旁通 / 激活-停用 / 保存 FX 链…**.

### 效果块控件

每个效果块都有相同的标题栏控件：

* **电源按钮** ——左侧的小圆形图标。用于开启或关闭效果。
  * 颜色表示状态：
    * **蓝色** ——已激活并正在处理。
    * **黄色** ——已旁通。
      * 音频会原样通过。
      * 旁通可从右键菜单切换。
    * **灰色** ——已停用。
* **效果名称** ——点击即可选中该效果块。
* **展开 / 折叠箭头** ——在内置效果中，这会在效果块内就地展开控件。
  * 再次点击即可将其折叠。
  * 第三方插件则会在自己的窗口中打开。

{% hint style="info" %}
**停用与旁通。** *停用* 会将效果完全从信号路径中移除。 *旁通* 会保留其位置，但跳过处理。两者都会保留你的设置。
{% endhint %}

### 编辑数值

在展开的内置效果中，控件的行为保持一致：

* **旋钮** ——上下拖动，或沿对角线拖动，即可更改数值。
* **输入数值** ——双击旋钮上的数值即可输入精确值。
* **重置** ——双击任意旋钮即可恢复默认值。
* **阈值线** ——在 Compressor 和 De-Esser 上，可直接在电平表上拖动该线。

### 保存链

在调好喜欢的链后，选中这些效果，右键点击并选择 **保存 FX 链**.

这样会将整个链（包括效果和设置）保存为可重复使用的预设。

已保存的链会显示在 **+ 插入** 浏览器中 **FX 链**.

。之后你就可以将整套设置应用到另一条轨道。

已保存的链会存储在一个本地文件夹中，并在你的项目之间共享。

如需重命名、删除或共享它们，请选择 **在 Finder 中管理** （macOS）或 **在文件夹中管理** （Windows）。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/mixing/effects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
