> 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/instrument-library.md).

# 楽器ライブラリ

<figure><img src="/files/0c335b3b29948a3cfce6915f325a3fb9c2fc4dcf" alt="" width="345"><figcaption></figcaption></figure>

## AI楽器にアクセス

楽器ライブラリからAI楽器を閲覧する方法は3つあります:

### ツールバーから閲覧

<figure><img src="/files/c0bcaf826405711689736bf88ac91ea92d09e1b4" alt=""><figcaption></figcaption></figure>

ツールバーの2番目のアイコンをクリックして楽器ライブラリを開くと、利用可能なすべてのAI楽器を閲覧できます。楽器をキャンバスにドラッグして現在のプロジェクトに追加できます。また、楽器をクリックしてからキャンバスをもう一度クリックして追加することもできます。

### キャンバスから閲覧

<figure><img src="/files/082698d8fe22ef34c947c92f0fb67459356cee08" alt=""><figcaption></figcaption></figure>

キャンバス上の空のトラックをダブルクリックして楽器ライブラリを開くと、利用可能なすべてのAI楽器を閲覧できます。その後、楽器を選択して現在のプロジェクトに追加できます。

### 楽器トラックパネルから閲覧

<figure><img src="/files/20aa91b093b901d22d8e0723370cd485376c8f39" alt=""><figcaption></figcaption></figure>

楽器トラックパネルの画像をクリックして楽器ライブラリを開くと、利用可能なすべてのAI楽器を閲覧できます。楽器をドラッグ＆ドロップして [Unison](#unison).

### キャンバスにAI楽器を追加する

上記の操作により、キャンバス上の対応するトラックにこの楽器が読み込まれ、キャンバス上の対応する位置に楽器クリップが作成されます。

## 楽器ライブラリ

楽器ライブラリには2つのタブがあります:

### プリメイド楽器

プリメイド楽器は、ACE Studioがプロの演奏家とその演奏データセットを責任ある方法で用いて制作しています。これらの楽器は、元の演奏者ならではの特徴や表現力を忠実に捉えています。多様な音楽制作ニーズに応えるため、私たちは新しいプリメイド楽器を継続的に追加しています。

### Unison

このタブには、プリメイドのUnisonプリセットと保存済みのUnisonプリセットが表示されます。

保存済みのUnisonプリセットカードを右クリックして管理できます。名前やタグを変更したり、アカウントから削除したりできます。

この機能の詳細については、次を参照してください [楽器用ユニゾンモード](/docs/product-wiki-ja/ai-le-qi/create-instrument-sounds/unison-mode-for-instruments.md).

### 楽器を検索

検索バーをクリックして検索モードを有効にします。テキストで検索して、目的の楽器を見つけることができます。

検索バー右側の閉じるボタンをクリックして、検索モードを無効にします。


---

# 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/instrument-library.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.
