> 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-dans-le-canevas/clips/editeur-de-clip.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 Piano Roll des **Vocal Clips**, veuillez vous référer à [Modifier les notes](/docs/product-wiki-fr/synthetiseur-vocal-ia/creer-des-voix-ia/modifier-les-notes.md).

Pour l'édition Piano Roll des **Instrument Clips**, veuillez vous référer à [Modifier les notes](/docs/product-wiki-fr/instruments-ai/creer-des-sons-dinstrument/modifier-les-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, où vous pouvez séparer l'audio actuel affiché dans ce visualiseur audio en stems. C'est le même outil que le [Séparateur de stems](/docs/product-wiki-fr/outils-dia/separateur-de-stems.md).
* Analyseur de tempo - cliquez pour analyser le tempo de cet audio.
* Convertisseur Vocal vers MIDI & paroles - cliquez pour ouvrir l'outil Vocal vers MIDI, où vous pouvez convertir cet audio en un Clip MIDI avec les paroles sur les notes. Pour plus d'informations, veuillez vous référer à [Vocal vers MIDI](/docs/product-wiki-fr/outils-dia/vocal-vers-midi.md).

#### Zoom et déplacement de 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 sur la règle temporelle pour déplacer la vue.
* Faites glisser verticalement sur la règle temporelle pour zoomer horizontalement. Vous pouvez aussi maintenir <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd> et faire défiler la molette de la souris pour zoomer.
* Faites glisser avec le bouton central de la souris sur la grille 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-dans-le-canevas/clips/editeur-de-clip.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.
