> 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/ai-yue-qi/create-instrument-sounds/unison-mode-for-instruments.md).

# 乐器齐唱模式

## 什么是合奏模式？

合奏模式可将多个 AI乐器合并为一条乐器轨道。

您可以将自定义的合奏预设保存到乐器库中。系统还提供了多种预设供您直接使用。

要使用合奏预设，请将其拖到画布或轨道标题栏上。

{% hint style="info" %}
在 ACE Studio 2.1.1 及更早版本中，乐器轨道的合奏模式称为 **合奏**.
{% endhint %}

## 开启或关闭合奏模式

<figure><img src="/files/9b9f2f145f2e5411adf6ddc50b5887e488652df1" alt=""><figcaption></figcaption></figure>

要使用合奏模式，请点击 <kbd>开启合奏模式</kbd> 在乐器轨道面板中。关闭合奏模式会清除其设置。

### 添加或移除乐器

<figure><img src="/files/f46e0bca44c6314e3684ffe218cba597287875f5" alt=""><figcaption></figcaption></figure>

* 点击 <kbd>+ 添加</kbd> 按钮可复制现有乐器。
* 将新的乐器从乐器库拖入，即可添加到合奏轨道。
* 通过拖拽来排列乐器顺序。

### 编辑参数

<figure><img src="/files/7e4c2efb708522f829724f2f7572cf8ccf5eb2b3" alt="" width="375"><figcaption></figcaption></figure>

* 声场：控制叠加声音的立体声宽度。
* 偏移：微调各乐器之间的时间差，以获得更自然的效果。
* 增益：设置单个乐器的音量。

## 合奏模式的效果

如果您想营造空间感，可在 FX 链中使用混响或其他效果。

如需了解更多关于效果的信息，请参阅 [效果](/docs/product-wiki-zh/gong-cheng/mixing/effects.md).

## 另存为预设

<figure><img src="/files/8585c704c07ead1194395f7a517da5ff8c3e1b43" alt=""><figcaption></figcaption></figure>

在轨道面板菜单中，您可以将当前合奏设置保存为预设。您可以自定义预设名称和标签，方便快速检索。您的预设将保存在乐器库的合奏标签页中。

您保存的预设将存储在云端，并与您的账号关联。


---

# 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/ai-yue-qi/create-instrument-sounds/unison-mode-for-instruments.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.
