> 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-ja/purojekuto/arrangement-in-canvas/clips/clip-editor.md).

# クリップエディター

クリップをダブルクリックすると、クリップエディターが開きます。

## ピアノロール

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

マーカーラインがMIDIクリップ上にある場合、クリップエディターにはそのクリップのピアノロールが表示されます。

ピアノロール編集の場合は **ボーカルクリップ**、ご参照ください [音符の編集](/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/editing-notes.md).

ピアノロール編集の場合は **楽器クリップ**、ご参照ください [音符の編集](/docs/product-wiki-ja/ai-le-qi/create-instrument-sounds/editing-notes.md).

## オーディオエディター

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

マーカーラインがオーディオクリップ上にある場合、クリップエディターにはそのクリップのオーディオエディターが表示されます。

* ゲイン - ドラッグしてゲインレベルを調整します。
* ステムスプリッター - クリックするとステム分割ツールを開き、オーディオビューアーに表示中の現在のオーディオをステムに分割できます。これは、 [ステムスプリッター](/docs/product-wiki-ja/aitsru/stem-splitter.md).
* テンポアナライザー - クリックすると、このオーディオのテンポを解析します。
* ボーカルをMIDIと歌詞に変換ツール - クリックするとボーカルをMIDIに変換するツールを開き、このオーディオをノートに歌詞を付けたMIDIクリップに変換できます。詳細については、 [ボーカルからMIDIへ](/docs/product-wiki-ja/aitsru/vocal-to-midi.md).

#### 表示のズームと移動

<figure><img src="/files/7ca97cfde68be12a104df32dbb0fd465e003d78f" 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-ja/purojekuto/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.
