> 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.
