> 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/vocal-to-midi.md).

# ボーカルからMIDIへ

## ボーカルをMIDIへ変換する機能とは

この機能を使うと、ボーカルトラックを各音符に歌詞を持つMIDIクリップに変換できます。

既存のボーカル、または録音したばかりのボーカルをもとにボーカル制作を始めたい場合、メロディ、歌詞、シンガー、感情を含むボーカルのあらゆる要素を編集するのに最適なツールです。

## ボーカルをMIDIへ変換

ボーカルをMIDIへ変換する方法は3つあります:

* オーディオクリップをシンガートラックにドラッグ＆ドロップします。
* 左側のツールパネルにある「ボーカルをMIDIへ」ボタンをクリックします。 [オーディオエディター](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/clips/clip-editor.md).
* オーディオクリップを右クリックし、「AIツール」オプションから「ボーカルをMIDIへ」を選択します。

## 変換

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

### モデルと言語を選択

ボーカルをMIDIへ変換するパネルでは、まず、変換モデルとコンテンツに合った言語を選択する必要があります。

V1モデルは、英語、スペイン語、中国語、日本語の4言語に対応した前バージョンです。このモデルは「歌詞」よりも「音素」を認識する傾向があります。

高度なV2モデルは、韓国語を含むより多くの言語に対応しています。また、「わからない」を選んでモデルに言語を自動判別させることもできます。このモデルは「歌詞」を認識する傾向があります。

### その他の言語の処理、またはMIDIのみの抽出

他言語のボーカルをMIDIへ変換する、または音符情報のみ（歌詞を除く）を抽出するには、「**MIDIのみ**」オプションを言語選択のドロップダウンメニューから選択します。

### 元のピッチを使用

下のチェックボックスをオンにすると、入力されたボーカルの元のピッチカーブを保持できます。変換後は、元のピッチがクリップ内のユーザーピッチとして適用されます。歌詞を変更する場合は、必ずピッチカーブを削除してください。そうしないと、ピッチが新しい歌詞に合わず、不自然な発音になる可能性があります。

ピッチカーブの詳細については、 [ピッチの編集](/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/editing-pitch.md).

{% hint style="info" %}

* この機能は、アカペラのボーカル向けに特化して設計されています。入力にインストゥルメンタルトラック、ディレイ効果、またはリバーブ効果が含まれている場合、正確な変換は保証されません。
* コンバーターは、一度に1つの言語しか解析できません。オーディオに複数の言語が含まれている場合は、「MIDIのみ」オプションを選択するか、オーディオをトラックを選択一で分割し、各言語を個別に処理してください。
  {% endhint %}


---

# 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/vocal-to-midi.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.
