> 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/chord-track.md).

# コードトラック

コードトラックは、コード進行を作成し再生するために設計された特別なグローバルトラックです。これはプロジェクトの恒久的な一部であり、トラックリストの最上部に固定されています。

このトラックには専用のピアノサウンドが内蔵されているため、作成したコードを聴くことができます。トラックヘッダーにある専用のミュートおよび音量コントロールで再生を制御できます。 [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md).

コードトラックを表示または非表示にするには、トラックリストのヘッダーにあるコードトラックボタンをクリックします。

## コードを作成

コードトラック上で、進行を開始したいグリッドをダブルクリックします。これにより、新しいコードクリップが作成され、4つの既定のコードがあらかじめ入力されます。

### コードを編集

* クリップ内のコードを選択して編集します。コードエディターが下部に表示されます。
* エディターでは、ルート音とコードの種類（例: メジャー、マイナー、7th）を選択できます。
* 別のベース音（転回形）を設定するには、「ベース」ボタンをクリックし、キーボード表示から新しいベース音を選択します。

### コードを調整・追加

* 任意のコードの右端をドラッグして、音符の長さを変更します。
* 次の <kbd>+</kbd> コードの間または後ろにカーソルを合わせたときに表示されるボタンで、新しいコードを挿入します。
* コード進行全体を長くするには、コードクリップ自体の右端をドラッグするだけです。

## コードのループモード

気に入ったコード進行を作成したら、簡単にループモードにできます。

* ループモードをクリック <kbd>+</kbd> コードクリップの右上隅にあるボタンです。これにより、進行の最初のループが作成されます。
* 最初のループが作成されたら、最後のループされたセクションの右端をドラッグするだけで、タイムライン全体にさらにループを延長できます。

## コード進行を背景として使用

コードトラックは、ピアノロールの背景に和声を表示することで、強力な作曲ガイドとして機能します。これにより、コードに合ったメロディーやベースラインを作成しやすくなります。

ノートを編集するときは、ピアノロールのツールバーで音階モードの設定を見つけます。モードを「音階」から「コード」に切り替えます。

有効にすると、コードトラックの現在のコードのノートがピアノロールのグリッド上でハイライトされます。


---

# 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/chord-track.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.
