> 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>Arp-fall</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.
