> 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/aitsru/doubles.md).

# ダブル

## ダブルとは

ボーカル制作では、通常、リードボーカルまたはハーモニーボーカルに対して、左右に50%〜100%ほどパンしたテイクをもう2本録音して、より広がりのある厚みを出します。

{% hint style="info" %}
**なぜ複製しないのですか？**

単に複製しただけでは、内容は元のものと完全に同じになります。この場合、AIは複製されたものに対しても同じオーディオ結果を生成するため、位相の問題が発生します。
{% endhint %}

## ダブルを作成

MIDIクリップまたはトラックヘッドを右クリックし、右クリックメニューから「ボーカルダブルを作成」を選択してダブルパネルを開きます。

<figure><img src="/files/511bf03fe9d521ce38cf346ae959ff854c0e0cb6" alt="ACE Studio&#x27;s vocal double panel." width="290"><figcaption></figcaption></figure>

ボーカルダブルパネルでは、次の設定ができます。

* 元の内容との類似度を設定します。100%は元の内容に変更がないことを意味します。
  * デフォルトのヒューマナイズ処理には、音符の長さと位置、および子音の長さが含まれます。
  * 85%〜90%で、通常の用途には十分です。
* ユーザーピッチにランダムな効果を適用するかどうか。
  * これは、描画したピッチカーブにのみ反映されます。このチェックボックスを選択しても、AIが生成したデフォルトのピッチは変更されません。
* VoiceMixにランダムな効果を適用するかどうか。
  * このトラックでブレンドされたボイスを使用していない場合は、このボックスにチェックを入れる必要はありません。

<br>


---

# 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/aitsru/doubles.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.
