> 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

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 marcatore è posizionata su un MIDI Clip, l'Editor Clip mostrerà la Piano Roll per quel Clip.

Per la modifica di Piano Roll **Clip vocali**, fare riferimento a [Modifica 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 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 mostrerà l'Editor audio per quel Clip.

* Guadagno - trascina per regolare il volume del guadagno.
* Separatore Stem - fai clic per aprire lo strumento di separazione degli stem, dove puoi dividere l'audio corrente visualizzato in questo visualizzatore audio in tracce Stem. È 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 testi sulle note. Per ulteriori informazioni, consulta [Da 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 sul righello temporale per spostare la vista.
* Trascina verticalmente sul righello temporale per zoomare orizzontalmente. Puoi anche tenere premuto <kbd>Ctrl</kbd>/<kbd>⌘Comando</kbd> e scorrere con la rotella del mouse per ingrandire.
* 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.
