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

# 코드 트랙

코드 트랙은 코드 진행을 만들고 재생하기 위해 설계된 특별한 전역 트랙입니다. 프로젝트의 영구적인 일부로, 트랙 목록의 맨 위에 고정되어 있습니다.

이 트랙에는 자체 내장 피아노 사운드가 있어, 만든 코드를 들을 수 있습니다. 전용 음소거 및 볼륨 컨트롤로 트랙 헤더에서 재생을 제어할 수 있으며 [믹서](/docs/product-wiki-ko/project/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-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.
