> 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/strumenti-ai/create-instrument-sounds/articulations.md).

# Articolazioni

## Cosa sono le articolazioni

Le articolazioni sono le diverse tecniche che uno strumento può usare per suonare una nota. Per esempio, un violino può suonare una nota eseguendola con un arco fluido (Legato) oppure pizzicando la corda (Pizzicato). Per impostazione predefinita, gli Strumenti AI usano una **modalità Smart** , che analizza in modo intelligente la melodia per applicare le articolazioni più adatte. Tuttavia, puoi assegnare manualmente un'articolazione specifica a qualsiasi nota per avere il pieno controllo creativo.

### Articolazioni disponibili

Le articolazioni disponibili variano in base allo strumento.

<details>

<summary>modalità Smart</summary>

L'AI sceglie automaticamente l'articolazione migliore in base al contesto musicale.

</details>

<details>

<summary>Generale</summary>

Uno stile di esecuzione standard e neutro.

</details>

<details>

<summary>Legato</summary>

Le note vengono eseguite in modo fluido e collegato, senza pause tra l'una e l'altra.

</details>

<details>

<summary>Glissando</summary>

Una scivolata continua dell'intonazione da una nota alla successiva.

</details>

<details>

<summary>Pizzicato</summary>

Gli Archi vengono pizzicati con un dito invece di essere suonati con l'arco.

</details>

<details>

<summary>Tremolo</summary>

Una singola nota viene ripetuta molto rapidamente, creando un effetto tremolante.

</details>

<details>

<summary>Growl</summary>

Un suono aspro, ruvido o gutturale, comune nel jazz e nel rock.

</details>

<details>

<summary>Scoop</summary>

Una flessione verso l'alto fino alla nota target, partendo da un'intonazione leggermente più bassa.

</details>

<details>

<summary>Arp-fall</summary>

Una rapida serie discendente di note che si allontana dalla nota principale.

</details>

<details>

<summary>Muto</summary>

Il suono viene smorzato o attenuato, creando un timbro più morbido e meno risonante.

</details>

## Modifica delle articolazioni

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

1. Nel Piano Roll, seleziona una o più note che desideri modificare.
2. Individua il menu a discesa **"Articolazione"** nella barra degli strumenti sopra il Piano Roll.
3. Scegli l'articolazione desiderata dall'elenco.


---

# 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/strumenti-ai/create-instrument-sounds/articulations.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.
