# ダブル

## ダブルとは

ボーカル制作では、リードやハーモニーに対して左右にそれぞれ50%〜100%でパンを振ったテイクを2つ以上録音し、音像の広がりと厚みを出すのが一般的です。

{% hint style="info" %}
**なぜ単純複製ではダメなのか？**

単に複製すると内容が元とまったく同じになり、AIは複製されたものに対して同一のオーディオを生成します。これにより位相問題が発生する可能性があります。
{% endhint %}

## ダブルを作成

MIDI クリップまたはトラックヘッダを右クリックし、コンテキストメニューから「Create vocal doubles」を選択してダブルパネルを開きます。

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

ダブルパネルでは以下が可能です

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

<br>


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-ja/aitsru/daburu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
