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