> 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.
