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

# Editor de Clipes

Clique duas vezes em um Clipe para abrir o Editor de Clipes.

## Piano Roll

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

Quando a linha do marcador estiver posicionada em um Clipe MIDI, o Editor de Clipes exibirá a Piano Roll desse Clipe.

Para edição de Piano Roll de **Vocal Clipes**, consulte [Edição de notas](/docs/product-wiki-pt/sintetizador-vocal-ia/creating-ai-vocals/editing-notes.md).

Para edição de Piano Roll de **Clipes de Instrumento**, consulte [Edição de notas](/docs/product-wiki-pt/instrumentos-de-ia/create-instrument-sounds/editing-notes.md).

## Editor de áudio

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

Quando a linha do marcador estiver posicionada em um Clipe de Áudio, o Editor de Clipes exibirá o Editor de áudio para esse Clipe.

* Ganho - arraste para ajustar o nível de ganho.
* Separador de Stems - clique para abrir a ferramenta de divisão de stems, onde pode dividir o áudio atual mostrado neste visualizador de áudio em stems. Esta é a mesma ferramenta que o [Separador de Stems](/docs/product-wiki-pt/ferramentas-de-ia/stem-splitter.md).
* Analisador de Tempo - clique para analisar o tempo deste áudio.
* Conversor Vocal para MIDI e letras - clique para abrir a ferramenta vocal para MIDI, onde pode converter este áudio num clipe MIDI com letra nas notas. Para mais informações, consulte [Vocal para MIDI](/docs/product-wiki-pt/ferramentas-de-ia/vocal-to-midi.md).

#### Ampliar e mover a visualização

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

* Arraste horizontalmente na régua de tempo para deslocar a visualização.
* Arraste verticalmente na régua de tempo para ampliar horizontalmente. Também pode manter <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd> e rolar a roda do rato para ampliar.
* Arraste com o botão do meio do rato na grelha para mover a visualização.


---

# 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-pt/projeto/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.
