> 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/clips/clip-editor.md).

# 클립 에디터

클립을 더블클릭하여 클립 에디터를 엽니다.

## 피아노 롤

<figure><img src="/files/29f8e31aa770482f94b4be9eb916ecef62e8f785" alt="ACE Studio&#x27;s piano roll."><figcaption></figcaption></figure>

마커 라인이 MIDI 클립에 위치하면, 클립 에디터에 해당 클립의 피아노 롤이 표시됩니다.

보컬 클립의 피아노 롤 편집은 **보컬 클립**는 다음을 참조하십시오. [음표 편집](/docs/product-wiki-ko/ai/creating-ai-vocals/editing-notes.md).

보컬 클립의 피아노 롤 편집은 **악기 클립**는 다음을 참조하십시오. [음표 편집](/docs/product-wiki-ko/ai-1/create-instrument-sounds/editing-notes.md).

## 오디오 편집기

<figure><img src="/files/c98aee05feb3f88388386c39476bd0a512386c05" alt=""><figcaption></figcaption></figure>

마커 라인이 오디오 클립에 위치하면, 클립 에디터에 해당 클립의 오디오 편집기가 표시됩니다.

* 게인 - 드래그하여 게인 볼륨을 조정합니다.
* 스템 분리기 - 클릭하여 스템 분할 도구를 엽니다. 이 도구에서 현재 오디오 뷰어에 표시된 오디오를 스템으로 분할할 수 있습니다. 이는 다음과 동일한 도구입니다. [스템 분리기](/docs/product-wiki-ko/ai-3/stem-splitter.md).
* 템포 분석기 - 클릭하여 이 오디오의 템포를 분석합니다.
* 보컬 MIDI 및 가사 변환기 - 클릭하여 보컬을 MIDI 도구를 엽니다. 이 도구에서 이 오디오를 가사가 노트에 포함된 MIDI 클립으로 변환할 수 있습니다. 자세한 내용은 [보컬을 MIDI로](/docs/product-wiki-ko/ai-3/vocal-to-midi.md).

#### 뷰 확대 및 이동

<figure><img src="/files/a7dbafe92b105f86fcdb5f9a367a004eaf39cb6a" alt="Zoom and move view in ACE Studio&#x27;s audio viewer."><figcaption></figcaption></figure>

* 시간 눈금자를 가로로 드래그하여 뷰를 이동합니다.
* 시간 눈금자를 세로로 드래그하여 가로로 확대/축소합니다. 또한 <kbd>Ctrl</kbd>/<kbd>⌘Command</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/clips/clip-editor.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.
