> 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>을 눌러</kbd>.

<figure><img src="/files/a8980af9c91a3eaf7719cc78b1fd24b1de9579b0" 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) 를 마지막 슬롯에 넣어 피크를 잡고 최종 출력 상한을 설정하거나, 마스터링용 서드파티 플러그인을 사용하는 경우가 있습니다.

### 트랙 채널

마스터 트랙 아래에는 각 트랙마다 다음 컨트롤이 포함된 고유한 채널 스트립이 있습니다:

* 페이더: 트랙의 볼륨을 제어합니다. 페이더를 위아래로 드래그하여 레벨을 조절하세요. 페이더를 더블클릭하면 0 dB로 재설정됩니다.
* 팬: 트랙의 스테레오 필드 내 위치(왼쪽 또는 오른쪽)를 조절합니다. 노브를 왼쪽이나 오른쪽으로 드래그하세요. 더블클릭하면 중앙으로 재설정됩니다.
* 솔로 <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.
