> 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-it/progetto/arrangiamento-nella-tela/clip/editor-clip.md).

# Editor Clip

Fai doppio clic su una Clip per aprire l'Editor Clip.

## Piano Roll

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

Quando la linea del marcatore è posizionata su una Clip MIDI, l'Editor Clip mostrerà il Piano Roll per quella Clip.

Per la modifica del Piano Roll di **Vocal Clips**, fare riferimento a [Modifica delle Note](/docs/product-wiki-it/sintetizzatore-vocale-ai/creazione-di-voci-ai/modifica-delle-note.md).

Per la modifica del Piano Roll di **Instrument Clips**, fare riferimento a [Modifica delle Note](/docs/product-wiki-it/strumenti-ai/crea-suoni-di-strumento/modifica-delle-note.md).

## Audio Editor

<figure><img src="/files/1b77f1577d030761d71a1491168353ad6d274681" alt=""><figcaption></figcaption></figure>

Quando la linea del marcatore è posizionata su una Clip Audio, l'Editor Clip mostrerà l'Audio Editor per quella Clip.

* Gain - trascina per regolare il volume di gain.
* Stem splitter - clicca per aprire lo strumento di separazione Stem, dove puoi dividere l'audio corrente mostrato in questo visualizzatore in Stem. Questo è lo stesso strumento del [Separatore Stem](/docs/product-wiki-it/strumenti-ai-1/separatore-stem.md).
* Tempo analyzer - clicca per analizzare il tempo di questo audio.
* Vocal to MIDI & lyrics convertor - clicca per aprire lo strumento Vocale a MIDI, dove puoi convertire questo audio in una Clip MIDI con testi sulle note. Per maggiori informazioni, fare riferimento a [Voce a MIDI](/docs/product-wiki-it/strumenti-ai-1/voce-a-midi.md).

#### Zoom e spostamento vista

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

* Trascina orizzontalmente sulla barra del tempo per panoramare la vista.
* Trascina verticalmente sulla barra del tempo per zoomare in orizzontale. Puoi anche tenere premuto <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd> e scorrere la rotella del mouse per zoomare.
* Trascina con il tasto centrale del mouse sulla griglia per spostare la vista.


---

# 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-it/progetto/arrangiamento-nella-tela/clip/editor-clip.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.
