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

# 악기용 유니즌 모드

## Unison Mode란 무엇인가요?

Unison Mode를 사용하면 여러 AI 악기를 하나의 악기 트랙으로 결합할 수 있습니다.

사용자 지정 유니슨 프리셋을 악기 라이브러리에 저장할 수 있습니다. 몇 가지 미리 만들어진 프리셋도 제공됩니다.

유니슨 프리셋을 사용하려면 캔버스나 트랙 헤더로 드래그하세요.

{% hint style="info" %}
ACE Studio 2.1.1 및 이전 버전에서는 악기 트랙의 Unison Mode를 **앙상블**.
{% endhint %}

## Unison Mode 켜기 또는 끄기

<figure><img src="/files/60fdd22218b2a2d3cd49ad03228a4976f30c0f13" alt=""><figcaption></figcaption></figure>

Unison Mode를 사용하려면 <kbd>Unison Mode 켜기</kbd> 를 악기 트랙 패널에서 선택하세요. Unison Mode를 끄면 설정이 초기화됩니다.

### 악기 추가 또는 제거

<figure><img src="/files/324d3fa6a17cbb535c1531ef6afe267637f25ae3" alt=""><figcaption></figcaption></figure>

* 다음을 클릭 <kbd>+ 추가</kbd> 버튼을 사용해 기존 악기를 복제합니다.
* 라이브러리에서 새 악기를 드래그하여 유니슨 트랙에 추가합니다.
* 악기를 드래그하여 순서를 정렬합니다.

### 매개변수 편집

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

* 스프레드: 레이어된 사운드의 스테레오 폭을 조절합니다.
* 오프셋: 악기 간의 미세한 타이밍 차이를 조정해 더 자연스러운 효과를 만듭니다.
* 게인: 개별 악기의 볼륨을 설정합니다.

## Unison Mode용 FX

공간감을 만들고 싶다면 FX 체인에서 리버브나 다른 이펙트를 사용하세요.

이펙트에 대해 자세히 알아보려면 다음을 참조하세요. [이펙트](/docs/product-wiki-ko/project/mixing/effects.md).

## 프리셋으로 저장

<figure><img src="/files/36b99d0a201dc5250c2e54c3b66aec977bff265f" alt=""><figcaption></figcaption></figure>

트랙 패널 메뉴에서 현재 유니슨 설정을 프리셋으로 저장할 수 있습니다. 프리셋 이름과 태그를 사용자 지정하여 쉽게 찾을 수 있습니다. 프리셋은 악기 라이브러리의 Unison 탭에 저장됩니다.

저장한 프리셋은 클라우드에 저장되어 계정과 연결됩니다.


---

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