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