> 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-ja/ai-le-qi/create-instrument-sounds/articulations.md).

# アーティキュレーション

## 演奏法とは

デフォルトでは、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>

1つの音符が非常に速く繰り返され、震えるような効果を生みます。

</details>

<details>

<summary>グロウル</summary>

ジャズやロックでよく使われる、荒々しくかすれた、あるいは喉の奥から出すような音。

</details>

<details>

<summary>スクープ</summary>

わずかに低い音高から目標音符へ向けてベンドアップします。

</details>

<details>

<summary>アルペジオ・フォール</summary>

メインの音符から離れるように落ちていく、急速な下降フレーズ。

</details>

<details>

<summary>ミュート</summary>

音が抑えられ、ミュートされることで、より柔らかく、響きの少ない音色になります。

</details>

## 演奏法の編集

<figure><img src="/files/10af08d5c2e8e1848a28915de09e38d3ee604059" alt=""><figcaption></figcaption></figure>

1. ピアノロールで、変更したい音符を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-ja/ai-le-qi/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.
