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

# ミキサー

ミキサーは、プロジェクト内の各トラックに対して詳細なコントロールを提供します。トラックリストの左側から展開するパネルで、各トラックの音量、パン、エフェクト、ルーティングにアクセスできます。

ミキサーを開くか折りたたむには、メインツールバーのミキサーアイコンをクリックするか、ショートカットを使用します <kbd>M</kbd>.

<figure><img src="/files/7c0c37d9d59c73e49bce64ff13c26339f83dcdbf" alt="Open Mixer panel in ACE Studio."><figcaption></figcaption></figure>

## ミキサーを使ってトラックをミックスする

ミキサーを開くと、マスター トラックとプロジェクト内の各トラックのチャンネルストリップが表示されます。

### マスター

その **マスター** ストリップは常にミキサーの最上部にあります。

プロジェクト全体の出力を制御します。

メインのボリュームフェーダーと、独自の **FX** パネルが含まれます。

開いて [Fxパネル](/docs/product-wiki-ja/purojekuto/mixing/effects.md) マスターにインサートを追加するために

パネルヘッダーには **マスター** マスターバスを編集中は

ミックス全体に影響するミックスバス処理に使用します。

代表的な例としては、 [Little Limiter](/docs/product-wiki-ja/purojekuto/mixing/effects/built-in-effects.md) を最後のスロットに入れてピークを抑え、最終出力の上限を設定したり、サードパーティ製プラグインをマスタリングに使ったりします。

### トラックチャンネル

マスター トラックの下では、各トラックに次のコントロールを備えた独自のチャンネルストリップがあります:

* フェーダー: トラックの音量を制御します。フェーダーを上下にドラッグしてレベルを調整します。フェーダーをダブルクリックすると 0 dB にリセットされます。
* パン: トラックのステレオフィールド内での位置（左または右）を調整します。ノブを左右にドラッグします。ダブルクリックすると中央にリセットされます。
* ソロ <kbd>S</kbd>：他のすべてのトラックをミュートし、ソロにしたトラックだけを聴けます。複数のトラックを同時にソロにするには、Command <kbd>Ctrl</kbd> / <kbd>Command</kbd>.
* ミュート: トラックのフェーダーレベルを変更せずに消音します。
* FX: このトラックの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-ja/purojekuto/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.
