# Doubles

## What Is Doubles

In vocal producing, we usually like to record two more takes on the sides panned anywhere from 50%-100% with a lead vocal or harmony vocal for a wider dimension and fullness.

{% hint style="info" %}
**Why not duplicate?**

If you just duplicate, the contents will be exactly the same to the original one. In this case, AI will generate the same audio result for the duplicated one, this would cause phase issues.
{% endhint %}

## Create Doubles

Right click on a MIDI clip or the track head, and select “Create vocal doubles” in the right-click menu to open Doubles panel.

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

In the vocal double panel, you can

* Set up the similarity with the original content. 100% represents no changes to the original one.
  * The default humanization process includes the duration and position of notes and the duration of consonants
  * 85% - 90% is good enough for regular needs.
* Wether to apply random effects to the user pitch.
  * This will only take effect on the pitch curves that you draw. The AI-generated default pitch will not be changed by selecting this check box.
* Wether to apply random effects to the VoiceMix.
  * If you haven’t blended voices on this track, you don’t need to check this box.

<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/ai-tools/doubles.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.
