> 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>：他のすべてのトラックをミュートし、ソロしたトラックだけを聴けるようにします。複数のトラックを同時にソロにするには <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-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.
