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

# 클립 에디터

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

## Piano Roll

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

마커 라인이 MIDI 클립 위에 위치하면 클립 에디터는 해당 클립의 Piano Roll을 표시합니다.

의 Piano Roll 편집은 **보컬 클립**의 경우, 다음을 참조하세요 [노트 편집](/docs/product-wiki-ko/ai/ai/editing-notes.md).

의 Piano Roll 편집은 **악기 클립**의 경우, 다음을 참조하세요 [노트 편집](/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/midi.md).

#### 뷰 확대/이동

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

* 시간 눈금에서 수평으로 드래그하여 뷰를 이동(pan)합니다.
* 시간 눈금에서 수직으로 드래그하여 수평 방향으로 확대/축소합니다. 또한 <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.
