> 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/hua-bu-zhong-de-bian-pai/pian-duan/jian-ji-bian-ji-qi.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/chuang-jian-ai-ge-sheng/bian-ji-yin-fu.md).

用于钢琴卷帘窗编辑的 **乐器片段**，请参阅 [编辑音符](/docs/product-wiki-zh/ai-yue-qi/chuang-jian-yue-qi-yin-se/bian-ji-yin-fu.md).

## 音频编辑器

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

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

* 增益 - 拖动以调整增益音量。
* 音轨分离器 - 点击以打开音轨分离工具，在此可将此音频查看器中显示的当前音频拆分为多个音轨。该工具与 [音轨分离](/docs/product-wiki-zh/ai-gong-ju/yin-gui-fen-li.md).
* 节拍分析器 - 点击以分析该音频的节拍。
* 人声转 MIDI 及歌词转换器 - 点击以打开人声转 MIDI 工具，可将该音频转换为带有音符歌词的 MIDI 片段。更多信息请参阅 [人声转 MIDI](/docs/product-wiki-zh/ai-gong-ju/ren-sheng-zhuan-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/hua-bu-zhong-de-bian-pai/pian-duan/jian-ji-bian-ji-qi.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.
