> 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-zh/gong-cheng/arrangement-in-canvas/clips/clip-editor.md).

# 剪辑编辑器

双击片段以打开剪辑编辑器。

## 钢琴卷帘窗

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

当标记线位于 MIDI 片段上时，剪辑编辑器将显示该片段的钢琴卷帘窗。

用于以下内容的钢琴卷帘窗编辑 **人声片段**，请参阅 [编辑音符](/docs/product-wiki-zh/ai-sheng-yue-he-cheng/creating-ai-vocals/editing-notes.md).

用于以下内容的钢琴卷帘窗编辑 **乐器片段**，请参阅 [编辑音符](/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/editing-notes.md).

## 音频编辑器

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

当标记线位于音频片段上时，剪辑编辑器将显示该片段的音频编辑器。

* 增益 - 拖动以调整增益音量。
* 音轨分离 - 点击打开音轨分割工具，可将当前音频查看器中显示的音频分割为各个音轨。这与……中的同一工具相同 [音轨分离](/docs/product-wiki-zh/ai-gong-ju/stem-splitter.md).
* 曲速分析器 - 点击分析此音频的曲速。
* 人声转MIDI及歌词转换器 - 点击打开人声转MIDI工具，可将此音频转换为带有音符歌词的 MIDI 片段。更多信息，请参阅 [人声转 MIDI](/docs/product-wiki-zh/ai-gong-ju/vocal-to-midi.md).

#### 缩放并移动视图

<figure><img src="/files/9096e8d7a9ef48084bbdd4eeb9c914daad5f7d85" 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-zh/gong-cheng/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.
