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

# Editor Clip

Fai doppio clic su un 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 marker è posizionata su un Clip MIDI, l’Editor Clip mostrerà il Piano Roll per quel Clip.

Per la modifica di Piano Roll **Clip Voce**, fare riferimento a [Modifica delle note](/docs/product-wiki-it/sintetizzatore-vocale-ai/creating-ai-vocals/editing-notes.md).

Per la modifica di Piano Roll **Clip dello Strumento**, fare riferimento a [Modifica delle note](/docs/product-wiki-it/strumenti-ai/create-instrument-sounds/editing-notes.md).

## Editor audio

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

Quando la linea del marcatore è posizionata su un Clip Audio, l'Editor Clip visualizzerà l'Editor audio per quella Clip.

* Gain - trascina per regolare il volume del gain.
* Separatore Stem - fai clic per aprire lo strumento Dividi Stem, dove puoi dividere l'Audio corrente visualizzato in questo visualizzatore Audio in Tracce Stem. Questo è lo stesso strumento di [Separatore Stem](/docs/product-wiki-it/strumenti-ai-1/stem-splitter.md).
* Analizzatore Tempo - fai clic per analizzare il Tempo di questo Audio.
* Convertitore Vocale a MIDI e testi - fai clic per aprire lo strumento Vocale a MIDI, dove puoi convertire questo Audio in una Clip MIDI con Testo sulle note. Per ulteriori informazioni, consulta [Voce a MIDI](/docs/product-wiki-it/strumenti-ai-1/vocal-to-midi.md).

#### Zoom e sposta la vista

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

* Trascina orizzontalmente il righello del tempo per spostare la vista.
* Trascina verticalmente sul righello del tempo per eseguire lo zoom orizzontale. Puoi anche tenere premuto <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd> e usare la rotellina del mouse per eseguire lo zoom.
* Trascina con il pulsante 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/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.
