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

# 아티큘레이션

## 아티큘레이션이란 무엇인가요

아티큘레이션은 악기가 노트를 연주할 때 사용할 수 있는 다양한 기법입니다. 예를 들어, 바이올린은 활로 부드럽게 이어서 연주하는 방식(Legato)이나 현을 뜯는 방식(Pizzicato)으로 노트를 연주할 수 있습니다. 기본적으로 AI 악기는 **스마트** 모드를 사용하며, 멜로디를 지능적으로 분석해 가장 적합한 아티큘레이션을 적용합니다. 그러나 완전한 창작 제어를 위해 원하는 노트마다 특정 아티큘레이션을 수동으로 지정할 수 있습니다.

### 사용 가능한 아티큘레이션

사용 가능한 아티큘레이션은 악기에 따라 다릅니다.

<details>

<summary>스마트</summary>

AI가 음악적 맥락을 바탕으로 가장 적합한 아티큘레이션을 자동으로 선택합니다.

</details>

<details>

<summary>일반</summary>

표준적인 중립 연주 스타일입니다.

</details>

<details>

<summary>레가토</summary>

노트가 끊김 없이 부드럽고 연결되어 연주됩니다.

</details>

<details>

<summary>글리산도</summary>

한 노트에서 다음 노트로 음높이가 연속적으로 미끄러지듯 이동합니다.

</details>

<details>

<summary>피치카토</summary>

스트링을 활로 긋는 대신 손가락으로 뜯어 연주합니다.

</details>

<details>

<summary>트레몰로</summary>

하나의 노트를 매우 빠르게 반복해 떨리는 효과를 만듭니다.

</details>

<details>

<summary>그롤</summary>

거칠고 쉰 듯하거나 목구멍에서 울리는 소리로, 재즈와 록에서 흔합니다.

</details>

<details>

<summary>스쿠프</summary>

약간 낮은 음에서 목표 노트까지 음을 올리며 들어갑니다.

</details>

<details>

<summary>아르페지오 폴</summary>

주요 노트에서 벗어나 빠르게 하강하는 일련의 노트입니다.

</details>

<details>

<summary>음소거</summary>

소리가 감쇠되거나 음소거되어 더 부드럽고 공명이 적은 톤을 만듭니다.

</details>

## 아티큘레이션 편집

<figure><img src="/files/5f37d69a67263aa709b1ac69ecac88044524e73a" alt=""><figcaption></figcaption></figure>

1. 피아노 롤에서 수정하려는 노트 하나 이상을 선택하세요.
2. 다음을 **"아티큘레이션"** 피아노 롤 위 도구 모음에 있는 드롭다운 메뉴를 찾으세요.
3. 목록에서 원하는 아티큘레이션을 선택하세요.


---

# 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-ko/ai-1/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.
