> 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/project/mixing/mixer.md).

# 믹서

믹서에서 트랙 볼륨, 패닝 및 효과를 관리합니다.

믹서는 프로젝트의 모든 트랙을 세부적으로 제어할 수 있도록 합니다. 트랙 목록 왼쪽에서 펼쳐지는 패널로, 각 트랙의 볼륨, 패닝, 이펙트 및 라우팅에 액세스할 수 있습니다.

믹서를 열거나 접으려면 메인 툴바에서 믹서 아이콘을 클릭하거나 단축키를 사용하세요 <kbd>M</kbd>.

<figure><img src="https://2318261860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsn71WYzecYYQw3KkF40b%2Fuploads%2FhYpYNm3Lv2mEIo2paI8W%2Fmixer.gif?alt=media&amp;token=86a5094b-9088-43ce-857c-d89358670b75" alt="Open Mixer panel in ACE Studio."><figcaption></figcaption></figure>

## 믹서로 트랙 믹싱하기

믹서가 열리면 마스터 트랙과 프로젝트의 모든 트랙에 대한 채널 스트립이 표시됩니다.

### 마스터

이 **마스터** 스트립은 항상 믹서 상단에 있습니다.

프로젝트의 전체 출력을 제어합니다.

메인 볼륨 페이더와 자체 **FX** 패널을 포함합니다.

열기 [이펙트 패널](/docs/product-wiki-ko/project/mixing/effects.md) 인서트를 추가하려면 마스터에

패널 헤더에는 다음과 같이 표시됩니다 **마스터** 마스터 버스를 편집할 때.

전체 믹스에 적용되어야 하는 믹스 버스 프로세싱에 사용합니다.

일반적인 예로는 [Little Limiter](/docs/product-wiki-ko/project/mixing/effects/built-in-effects.md) 피크를 잡고 최종 출력 상한을 설정하기 위한 마지막 슬롯의 인스턴스 또는 마스터링용 타사 플러그인이 있습니다.

### 트랙 채널

마스터 트랙 아래에서 각 트랙에는 다음 컨트롤이 있는 자체 채널 스트립이 있습니다:

* 페이더: 트랙의 볼륨을 제어합니다. 페이더를 위아래로 드래그하여 레벨을 조정합니다. 페이더를 두 번 클릭하면 0dB로 재설정됩니다.
* 팬: 스테레오 필드에서 트랙의 위치(왼쪽 또는 오른쪽)를 조정합니다. 노브를 왼쪽 또는 오른쪽으로 드래그합니다. 두 번 클릭하면 중앙으로 재설정됩니다.
* 솔로 <kbd>S</kbd>: 다른 모든 트랙을 음소거하여 솔로 처리된 트랙만 들을 수 있게 합니다. 다음 키를 누른 채 여러 트랙을 동시에 솔로 처리할 수 있습니다 <kbd>Ctrl</kbd> / <kbd>Command</kbd>.
* 음소거: 페이더 레벨을 변경하지 않고 트랙을 무음으로 만듭니다.
* FX: 이 트랙의 이펙트 패널을 엽니다.
* 입력 채널: 트랙의 오디오 또는 MIDI 소스를 선택합니다. 사용 가능한 옵션은 트랙 유형에 따라 다릅니다:
  * 오디오 트랙의 경우: 연결된 오디오 인터페이스에서 사용 가능한 입력 채널을 선택합니다.
  * MIDI 트랙의 경우: 연결된 MIDI 장치와 특정 MIDI 채널을 선택합니다. 보컬 트랙에서 다성 및 단선율 입력 모드 중 선택할 수 있습니다.


---

# 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/project/mixing/mixer.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.
