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

# Éditeur de Clip

Double-cliquez sur un Clip pour ouvrir l'Éditeur de Clip.

## Piano Roll

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

Lorsque la ligne de repère est positionnée sur un Clip MIDI, l'Éditeur de Clip affichera le Piano Roll pour ce Clip.

Pour l'édition du Piano Roll de **Clips Vocal**, veuillez vous référer à [Édition des notes](/docs/product-wiki-fr/synthetiseur-vocal-ia/creating-ai-vocals/editing-notes.md).

Pour l'édition du Piano Roll de **Clips Instrument**, veuillez vous référer à [Édition des notes](/docs/product-wiki-fr/instruments-ai/create-instrument-sounds/editing-notes.md).

## Éditeur audio

<figure><img src="/files/226643d3e691824afd969c691381edc6299e77b8" alt=""><figcaption></figcaption></figure>

Lorsque la ligne de repère est positionnée sur un Clip audio, l'Éditeur de Clip affichera l'Éditeur audio pour ce Clip.

* Gain - faites glisser pour ajuster le volume de gain.
* Séparateur de stems — cliquez pour ouvrir l’outil de séparation de stems, dans lequel vous pouvez Séparer l’Audio actuel affiché dans ce visualiseur Audio en Pistes. Il s’agit du même outil que le [Séparateur de stems](/docs/product-wiki-fr/outils-dia/stem-splitter.md).
* Analyseur de Tempo - cliquez pour analyser le Tempo de cet Audio.
* Convertisseur Vocal vers MIDI et paroles - cliquez pour ouvrir l’outil Vocal vers MIDI, où vous pouvez convertir cet Audio en un Clip MIDI avec des paroles sur les notes. Pour plus d’informations, veuillez consulter [Vocal vers MIDI](/docs/product-wiki-fr/outils-dia/vocal-to-midi.md).

#### Zoomer et déplacer la vue

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

* Faites glisser horizontalement la règle temporelle pour déplacer la vue.
* Faites glisser verticalement sur la règle temporelle pour effectuer un zoom horizontal. Vous pouvez également maintenir <kbd>Ctrl</kbd>/<kbd>⌘Commande</kbd> et faites défiler la molette de la souris pour zoomer.
* Faites glisser sur la grille avec le bouton central de la souris pour déplacer la vue.


---

# 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-fr/projet/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.
