# Articulations

## What are Articulations

Articulations are the different techniques an instrument can use to play a note. For example, a violin can play a note by bowing it smoothly (Legato) or by plucking the string (Pizzicato). By default, AI Instruments use a **Smart** mode, which intelligently analyzes the melody to apply the most suitable articulations. However, you can manually assign a specific articulation to any note for full creative control.

### Available Articulations

The available articulations vary depending on the instrument.

<details>

<summary>Smart</summary>

The AI automatically chooses the best articulation based on musical context.

</details>

<details>

<summary>General</summary>

A standard, neutral playing style.

</details>

<details>

<summary>Legato</summary>

Notes are played smoothly and connected, with no silence in between.

</details>

<details>

<summary>Glissando</summary>

A continuous slide in pitch from one note to the next.

</details>

<details>

<summary>Pizzicato</summary>

The strings are plucked with a finger instead of being bowed.

</details>

<details>

<summary>Tremolo</summary>

A single note is repeated very rapidly, creating a trembling effect.

</details>

<details>

<summary>Growl</summary>

A harsh, raspy, or guttural sound, common in jazz and rock.

</details>

<details>

<summary>Scoop</summary>

Bending up to the target note from a slightly lower pitch.

</details>

<details>

<summary>Arp-fall</summary>

A rapid, descending series of notes falling away from the main note.

</details>

<details>

<summary>Mute</summary>

The sound is dampened or muted, creating a softer, less resonant tone.

</details>

## Editing Articulations

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

1. In the Piano Roll, select one or more notes you wish to modify.
2. Locate the **"Articulation"** dropdown menu in the toolbar above the piano roll.
3. Choose your desired articulation from the list.


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/ai-instruments/create-instrument-sounds/articulations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
