> 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/saundono/tikyurshon.md).

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

## 演奏法とは何か

演奏法（Articulations）は、楽器が音符を演奏する際に用いるさまざまな奏法です。例えば、バイオリンは滑らかに弓で演奏する（Legato）ことも、弦を指で弾く（Pizzicato）こともできます。デフォルトでは、AI楽器は賢くメロディを解析して最適な演奏法を適用する **Smart** モードを使用します。ただし、完全なクリエイティブコントロールのために、任意の音符に対して特定の演奏法を手動で割り当てることも可能です。

### 利用可能な演奏法

利用可能な演奏法は楽器によって異なります。

<details>

<summary>Smart</summary>

AIは音楽的文脈に基づいて自動的に最適な演奏法を選択します。

</details>

<details>

<summary>一般</summary>

標準的で中立的な演奏スタイル。

</details>

<details>

<summary>Legato</summary>

音符が滑らかにつながれて演奏され、間に無音がありません。

</details>

<details>

<summary>Glissando</summary>

ある音から次の音へと連続的に音高が滑る奏法です。

</details>

<details>

<summary>Pizzicato</summary>

弓ではなく指で弦を弾く奏法です。

</details>

<details>

<summary>Tremolo</summary>

単一の音を非常に速く反復し、震えるような効果を生み出します。

</details>

<details>

<summary>Growl</summary>

ジャズやロックで見られる、荒くかすれた喉声のような音色です。

</details>

<details>

<summary>Scoop</summary>

わずかに低い音高から目標の音へと上向きにベンドする奏法です。

</details>

<details>

<summary>Arp-fall</summary>

主音から素早く降下する連続した下降音の連なりです。

</details>

<details>

<summary>Mute</summary>

音が抑えられ、より柔らかく共鳴の少ないトーンになります。

</details>

## 演奏法の編集

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

1. ピアノロールで、変更したい1つ以上の音符を選択します。
2. 上部ツールバーにある **"Articulation"** ドロップダウンメニューを見つけてください。
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/saundono/tikyurshon.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.
