# ミキサー

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

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

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

## ミキサーでトラックをミックスする

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

Masterトラックは常にミキサーの最上部にあり、プロジェクト全体の出力音量を制御します。単一のボリュームフェーダーを備えています。

Masterトラックの下にあるトラックチャンネルは、各トラックにそれぞれ次のコントロールを持つチャンネルストリップがあります：

* フェーダー：トラックの音量を制御します。フェーダーを上下にドラッグしてレベルを調整します。フェーダーをダブルクリックすると0 dBにリセットされます。
* パン：ステレオフィールド内でのトラックの配置（左または右）を調整します。ノブを左右にドラッグします。ダブルクリックで中央にリセットされます。
* ソロ <kbd>S</kbd>：他のすべてのトラックをミュートし、ソロにしたトラックのみを再生します。を押しながら複数のトラックを同時にソロにできます <kbd>Ctrl</kbd> / <kbd>Command</kbd>.
* FX：このトラックのエフェクトパネルを開きます。
* 入力チャンネル：トラックのオーディオまたはMIDIソースを選択します。利用可能なオプションはトラックの種類によって異なります：
  * オーディオトラックの場合：接続されたオーディオインターフェースの利用可能な入力チャンネルから選択します。
  * MIDIトラックの場合：接続されたMIDIデバイスと特定のMIDIチャンネルを選択します。ボーカルトラックではPolyphonicとMonophonicの入力モードを選択できます。


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-ja/purojekuto/mikishingu/mikis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
