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

# 악기 사운드 만들기

AI 악기 연주를 생성하려면, 먼저 [AI 악기](/docs/product-wiki-ko/ai-1/instrument-library.md) 트랙에 배치하고, 다음을 생성하세요 [클립](/docs/product-wiki-ko/project/arrangement-in-canvas/clips.md) 캔버스에서 MIDI 노트를 콘텐츠로 하는 이 트랙의 클립입니다.

## 핵심 기능

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">커버 이미지</th></tr></thead><tbody><tr><td>노트 편집</td><td><a href="/pages/732ab2e03f5edea00f92b53bb005503570a33511">/pages/732ab2e03f5edea00f92b53bb005503570a33511</a></td><td><a href="/files/6f586113f9447fbc53390fb2bff74376e20d5a79">/files/6f586113f9447fbc53390fb2bff74376e20d5a79</a></td></tr><tr><td>아티큘레이션</td><td><a href="/pages/9d7f5b4e20e5bf1803645a7642e09464f439d03b">/pages/9d7f5b4e20e5bf1803645a7642e09464f439d03b</a></td><td><a href="/files/faf6b88596f4a8f116861cb1d880bc83cf6c8571">/files/faf6b88596f4a8f116861cb1d880bc83cf6c8571</a></td></tr><tr><td>표현 컨트롤</td><td><a href="/pages/82495f853ccb9a2d9a3f6bb4d6748271e0ec6f96">/pages/82495f853ccb9a2d9a3f6bb4d6748271e0ec6f96</a></td><td><a href="/files/6a230e74c6c946daaed840513be99426c146fadf">/files/6a230e74c6c946daaed840513be99426c146fadf</a></td></tr><tr><td>유니즌 모드</td><td><a href="/pages/e2df59741133ca4f7a0479994a5e52312a6a816d">/pages/e2df59741133ca4f7a0479994a5e52312a6a816d</a></td><td><a href="/files/9d48ab9a4326035b0aa78171b8a83e473b2ac2f2">/files/9d48ab9a4326035b0aa78171b8a83e473b2ac2f2</a></td></tr></tbody></table>

## FAQ

<details>

<summary>MIDI 또는 MusicXML 파일을 가져올 수 있나요?</summary>

네. MIDI 또는 MusicXML 파일을 ACE Studio로 가져올 수 있습니다. 자세한 내용은 다음을 참조하세요. [파일 가져오기](/docs/product-wiki-ko/project/file-management/import-files.md).

</details>

<details>

<summary>특정 악기의 아티큘레이션을 제어할 수 있나요?</summary>

네. 다음을 사용하면 악기의 사운드를 요구 사항에 더 잘 맞출 수 있습니다 [표현 컨트롤](/docs/product-wiki-ko/ai-1/create-instrument-sounds/expression-controls.md).

</details>


---

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