> 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-ko/project/arrangement-in-canvas/chord-track.md).

# 코드 트랙

Chord Track는 코드 진행을 작성하고 재생하기 위해 설계된 특수한 글로벌 트랙입니다. 프로젝트의 상단 트랙 목록에 고정되어 영구적으로 포함됩니다.

이 트랙은 자체 내장 피아노 사운드를 가지고 있어 만든 코드를 들을 수 있습니다. 트랙 헤더와 믹서의 전용 음소거 및 볼륨 컨트롤로 재생을 제어할 수 있습니다. [믹서](/docs/product-wiki-ko/project/mixing/mixer.md).

Chord Track을 표시하거나 숨기려면 트랙 목록 헤더의 Chord Track 버튼을 클릭하세요.

## 코드 생성

Chord Track에서 진행을 시작할 그리드 위치를 더블클릭하면 새로운 클립이 생성되며, 기본 네 개의 코드가 미리 채워집니다.

### 코드 편집

* 클립 내의 코드를 선택하여 편집하세요. 하단에 Chord Editor가 나타납니다.
* 편집기에서 루트 음과 코드 품질(예: Major, minor, 7th)을 선택할 수 있습니다.
* 다른 베이스 음(전위)을 설정하려면 "Bass" 버튼을 클릭하고 키보드 표시에서 새 베이스 음을 선택하세요.

### 코드 조정 및 추가

* 임의의 코드 오른쪽 경계를 드래그하여 지속시간을 변경하세요.
* 새 세션을 시작하려면 <kbd>+</kbd> 코드 사이 또는 코드 뒤에 마우스를 올리면 나타나는 버튼을 사용해 새 코드를 삽입할 수 있습니다.
* 전체 코드 진행을 더 길게 만들려면 클립 자체의 오른쪽 가장자리를 드래그하세요.

## 코드 루프

마음에 드는 코드 진행을 만들면 이를 손쉽게 루프할 수 있습니다.

* Loop 버튼을 클릭하세요 <kbd>+</kbd> 코드 클립의 오른쪽 상단에 위치한 버튼입니다. 이를 클릭하면 진행의 첫 번째 루프가 생성됩니다.
* 첫 번째 루프가 생성된 후에는 마지막 루프 구간의 오른쪽 경계를 드래그하여 타임라인 전반에 걸쳐 루프를 확장할 수 있습니다.

## 백그라운드로 코드 진행 사용

Chord Track은 피아노 롤 배경에 화음을 표시하여 강력한 작곡 가이드로 사용할 수 있습니다. 이를 통해 코드와 조화되는 멜로디와 베이스라인을 작성하기 쉬워집니다.

노트를 편집할 때는 피아노 롤 툴바에서 Scale Mode 설정을 찾으세요. 모드를 "Scale"에서 "Chord"로 전환합니다.

활성화하면 Chord Track의 현재 코드 음들이 피아노 롤 그리드에서 하이라이트됩니다.


---

# 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-ko/project/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.
