> 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-es/proyecto/arreglo-en-lienzo/clips/editor-de-clips.md).

# Editor de Clips

Haga doble clic en un Clip para abrir el Editor de Clips.

## Piano Roll

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

Cuando la línea del marcador está posicionada en un Clip MIDI, el Editor de Clips mostrará el Piano Roll de ese Clip.

Para la edición en Piano Roll de **Vocal Clips**, consulte por favor [Edición de notas](/docs/product-wiki-es/sintetizador-vocal-ia/creacion-de-voces-de-ia/edicion-de-notas.md).

Para la edición en Piano Roll de **Instrument Clips**, consulte por favor [Edición de notas](/docs/product-wiki-es/instrumentos-de-ia/crear-sonidos-de-instrumento/edicion-de-notas.md).

## Audio Editor

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

Cuando la línea del marcador está posicionada en un Clip de Audio, el Editor de Clips mostrará el Audio Editor de ese Clip.

* Ganancia: arrastre para ajustar el volumen de ganancia.
* Separador de Stem: haga clic para abrir la herramienta de separación de stems, donde puede dividir el audio actual mostrado en este visualizador de audio en stems. Esta es la misma herramienta que el [Separador de pistas](/docs/product-wiki-es/herramientas-de-ia/separador-de-pistas.md).
* Analizador de tempo: haga clic para analizar el tempo de este audio.
* Convertidor de voz a MIDI y letras: haga clic para abrir la herramienta de voz a MIDI, donde puede convertir este audio en un Clip MIDI con letras en las notas. Para más información, consulte por favor [Vocal a MIDI](/docs/product-wiki-es/herramientas-de-ia/vocal-a-midi.md).

#### Zoom y desplazamiento de la vista

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

* Arrastre horizontalmente sobre la regla de tiempo para desplazar la vista.
* Arrastre verticalmente sobre la regla de tiempo para hacer zoom horizontal. También puede mantener <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd> y desplazar la rueda del ratón para hacer zoom.
* Arrastre con el botón central del ratón sobre la cuadrícula para mover 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-es/proyecto/arreglo-en-lienzo/clips/editor-de-clips.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.
