> 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/arrangement-in-canvas/tracks.md).

# トラック

## 概要

キャンバス上では、各行が1つのトラックを表します。

デフォルトでは、キャンバスには100個の空のトラックがあります。トラックには MIDI クリップ、オーディオ クリップを配置できます。

トラックに読み込まれたコンテンツに応じて、トラックの種類は次のように分類できます:

* [MIDIトラック](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/tracks/midi-tracks.md)
* [オーディオトラック](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/tracks/audio-tracks.md)

## 基本コントロール

各トラックヘッダーには、アイコン、トラック名、ミュートボタン（△）、トラック番号、ソロボタン、FXボタンがあります。

* 画像以外のトラックヘッダーの任意の部分をクリックしてトラックを選択し、 <kbd>Shift</kbd> を押しながら複数のトラックを選択できます。
  * 押しながら <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 複数のソロを有効にする
* このトラックをミュートするには、三角形をクリックします。
* すべてのコントロールオプションを表示するには、トラックヘッダーを右クリックします。
  * 削除、コピー、切り取り、複製ができ、下にトラックを貼り付けることもできます。
  * トラック名を編集するには、\[名前を変更] をクリックします。
  * クリックしてオンにする [ボーカル用ユニゾンモード](/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/unison-mode-for-vocals.md) または [楽器用ユニゾンモード](/docs/product-wiki-ja/ai-le-qi/create-instrument-sounds/unison-mode-for-instruments.md)、または作成 [ダブル](/docs/product-wiki-ja/aitsru/doubles.md).
* ソロボタンと [FX](/docs/product-wiki-ja/purojekuto/mixing/effects.md) ボタンは、トラックヘッダーにマウスオーバーすると表示されます。


---

# 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/arrangement-in-canvas/tracks.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.
