> 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/instrumentos-de-ia/crear-sonidos-de-instrumento/articulaciones.md).

# Articulaciones

## Qué son las Articulaciones

Las articulaciones son las diferentes técnicas que un instrumento puede usar para tocar una nota. Por ejemplo, un violín puede tocar una nota frotándola suavemente (Legato) o punteando la cuerda (Pizzicato). Por defecto, los Instrumentos de IA usan un **Smart** modo, que analiza inteligentemente la melodía para aplicar las articulaciones más adecuadas. Sin embargo, puedes asignar manualmente una articulación específica a cualquier nota para tener control creativo total.

### Articulaciones disponibles

Las articulaciones disponibles varían según el instrumento.

<details>

<summary>Smart</summary>

La IA elige automáticamente la mejor articulación según el contexto musical.

</details>

<details>

<summary>General</summary>

Un estilo de interpretación estándar y neutro.

</details>

<details>

<summary>Legato</summary>

Las notas se tocan de forma suave y conectada, sin silencios entre ellas.

</details>

<details>

<summary>Glissando</summary>

Un deslizamiento continuo de tono de una nota a la siguiente.

</details>

<details>

<summary>Pizzicato</summary>

Las cuerdas se puntean con el dedo en lugar de ser frotadas con el arco.

</details>

<details>

<summary>Tremolo</summary>

Una sola nota se repite muy rápidamente, creando un efecto de temblor.

</details>

<details>

<summary>Growl</summary>

Un sonido áspero, rasposo o gutural, común en jazz y rock.

</details>

<details>

<summary>Scoop</summary>

Inclinarse hacia arriba hasta la nota objetivo desde una afinación ligeramente más baja.

</details>

<details>

<summary>Arp-fall</summary>

Una serie rápida y descendente de notas que se alejan de la nota principal.

</details>

<details>

<summary>Mute</summary>

El sonido se amortigua o enmudece, creando un tono más suave y menos resonante.

</details>

## Editar articulaciones

<figure><img src="/files/80c3b948cd5dc4ac273bf4df84d7592678f7ef17" alt=""><figcaption></figcaption></figure>

1. En el Piano Roll, selecciona una o más notas que desees modificar.
2. Localiza el **"Articulation"** menú desplegable en la barra de herramientas encima del piano roll.
3. Elige la articulación deseada de la lista.


---

# 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/instrumentos-de-ia/crear-sonidos-de-instrumento/articulaciones.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.
