> 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/kyanbasudenoarenji/torakku.md).

# トラック

## 概要

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

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

トラックに読み込まれている内容に応じて、トラックの種類は次のように分類されます:

* [MIDIトラック](/docs/product-wiki-ja/purojekuto/kyanbasudenoarenji/torakku/miditorakku.md)
* [オーディオトラック](/docs/product-wiki-ja/purojekuto/kyanbasudenoarenji/torakku/diotorakku.md)

## 基本操作

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

* 画像以外のトラックヘッダーの任意の部分をクリックするとトラックを選択できます。押し続けると <kbd>Shift</kbd> 複数のトラックを選択できます。
  * 押しながら <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 複数のソロを有効にします
* 三角形をクリックして、このトラックをミュートします。
* 右クリックすると、トラックヘッダーのすべてのコントロールオプションを表示できます。
  * 削除、コピー、切り取り、複製ができ、その下にトラックを貼り付けることもできます。
  * 名前の変更をクリックして、トラック名を編集します。
  * クリックしてオンにする [ボーカル用ユニゾンモード](/docs/product-wiki-ja/aibkarushinse/aibkaruno/bkaruyunizonmdo.md) または [楽器用ユニゾンモード](/docs/product-wiki-ja/ai-le-qi/saundono/yunizonmdo.md)、または作成する [ダブル](/docs/product-wiki-ja/aitsru/daburu.md).
* ソロボタンと [FX](/docs/product-wiki-ja/purojekuto/mikishingu/efekuto.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:

```
GET https://docs.acestudio.ai/docs/product-wiki-ja/purojekuto/kyanbasudenoarenji/torakku.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.
