> 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/mikishingu/mikis.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/mikishingu/efekuto.md) をマスターに追加してインサートを挿入します。

パネルのヘッダーには **マスター** マスターバスを編集中と表示されます。

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

一般的な例としては、 [Little Limiter](/docs/product-wiki-ja/purojekuto/mikishingu/efekuto/efekuto.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:

```
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.
