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

# Unison Mode for instruments

## What is Unison Mode?

Unison Mode lets you combine multiple AI instruments into one instrument track.

You can save your custom unison presets to the Instrument Library. Several pre-made presets are also available.

To use a unison preset, drag it to the canvas or onto the track header.

{% hint style="info" %}
In ACE Studio 2.1.1 and earlier, Unison Mode for instrument tracks was called **Ensemble**.
{% endhint %}

## Turn Unison Mode on or off

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

To use Unison Mode, click <kbd>Turn on Unison Mode</kbd> in the instrument track panel. Turning Unison Mode off clears its settings.

### Add or remove instruments

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

* Click the <kbd>+ Add</kbd> button to duplicate existing instruments.
* Drag new instruments from the Library to add them to the unison track.
* Arrange the order of instruments by dragging them.

### Edit parameters

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

* Spread: Controls the stereo width of the layered sound.
* Offset: Adjusts slight timing differences between instruments for a more natural effect.
* Gain: Sets the volume for individual instruments.

## Effects for Unison Mode

If you want to create a sense of space, use reverb or other effects in the FX chain.

To learn more about effects, please refer to [Effects](/project/mixing/effects.md).

## Save as a Preset

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

In the track panel menu, you can save the current unison setup as a preset. You can customize the preset's name and tags for easy retrieval. Your preset is saved in the Unison tab of the Instrument Library.

The presets you save will be stored in the cloud and linked to your account.


---

# 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/ai-instruments/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.
