> 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/tracks.md).

# Tracce

## Panoramica

Nella Tela, ogni riga rappresenta una Traccia.

Per impostazione predefinita, Tela contiene 100 Tracce vuote. Le Tracce possono contenere Clip MIDI, Clip Audio.

A seconda del contenuto caricato sulla Traccia, i tipi di Traccia possono essere classificati come:

* [Tracce MIDI](/docs/product-wiki-it/progetto/arrangement-in-canvas/tracks/midi-tracks.md)
* [Tracce Audio](/docs/product-wiki-it/progetto/arrangement-in-canvas/tracks/audio-tracks.md)

## Controlli generali

Ogni intestazione della Traccia ha un'icona, il nome della Traccia, il pulsante Muto (triangolo), l'indice della Traccia, il pulsante Solo, il pulsante FX.

* Fai clic su qualsiasi parte dell'intestazione della Traccia, tranne l'immagine, per selezionare la Traccia, puoi tenere premuto <kbd>Shift</kbd> per selezionare più Tracce.
  * Tieni premuto <kbd>Ctrl</kbd> / <kbd>⌘Comando</kbd> per attivare più tracce in Solo
* Fai clic sul triangolo per mettere in Muto questa Traccia.
* Fai clic con il tasto destro sull'intestazione della Traccia per vedere tutte le opzioni di controllo.
  * Puoi eliminarla, copiarla, tagliarla e duplicarla, oppure incollare Tracce sotto di essa.
  * Fai clic su Rinomina per modificare il nome della Traccia.
  * Fai clic per attivare [Modalità Unison per le Voci](/docs/product-wiki-it/sintetizzatore-vocale-ai/creating-ai-vocals/unison-mode-for-vocals.md) oppure [Modalità Unison per gli Strumenti](/docs/product-wiki-it/strumenti-ai/create-instrument-sounds/unison-mode-for-instruments.md), oppure crea [Doppi](/docs/product-wiki-it/strumenti-ai-1/doubles.md).
* Puoi vedere il pulsante Solo e [FX](/docs/product-wiki-it/progetto/mixing/effects.md) pulsante passando il mouse sull'intestazione della Traccia.


---

# 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/tracks.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.
