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

# 트랙

## 개요

캔버스에서 각 행은 트랙을 나타냅니다.

기본적으로 캔버스에는 100개의 빈 트랙이 포함되어 있습니다. 트랙에는 MIDI 클립, 오디오 클립을 넣을 수 있습니다.

트랙에 로드된 콘텐츠에 따라 트랙 유형은 다음과 같이 분류할 수 있습니다:

* [MIDI 트랙](/docs/product-wiki-ko/project/arrangement-in-canvas/tracks/midi.md)
* [오디오 트랙](/docs/product-wiki-ko/project/arrangement-in-canvas/tracks/audio-tracks.md)

## 일반 제어

각 트랙 헤더에는 아이콘, 트랙 이름, 음소거 버튼(삼각형), 트랙 인덱스, 솔로 버튼, FX 버튼이 있습니다.

* 이미지를 제외한 트랙 헤더의 아무 부분이나 클릭하여 트랙을 선택할 수 있으며, <kbd>Shift</kbd> 를 눌러 여러 트랙을 선택할 수 있습니다.
  * 누르고 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 를 눌러 여러 솔로를 활성화합니다.
* 이 트랙을 음소거하려면 삼각형을 클릭합니다.
* 모든 제어 옵션을 보려면 트랙 헤더를 마우스 오른쪽 버튼으로 클릭합니다.
  * 삭제, 복사, 잘라내기, 복제할 수 있으며, 그 아래에 트랙을 붙여넣을 수도 있습니다.
  * 트랙 이름을 편집하려면 이름 바꾸기를 클릭합니다.
  * 켜려면 클릭 [보컬용 유니슨 모드](/docs/product-wiki-ko/ai/ai/unison-mode-for-vocals.md) 또는 [악기용 유니슨 모드](/docs/product-wiki-ko/ai-1/create-instrument-sounds/unison-mode-for-instruments.md), 또는 [더블스](/docs/product-wiki-ko/ai-3/doubles.md).
* 솔로 버튼과 [FX](/docs/product-wiki-ko/project/mixing/effects.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-ko/project/arrangement-in-canvas/tracks.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.
