> 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/purojekuto/file-management/import-files.md).

# ファイルをインポート

## オーディオファイルをインポート

{% tabs %}
{% tab title="ドラッグ＆ドロップ" %}
オーディオファイルをオーディオトラックまたは空のトラックにドラッグ＆ドロップします。
{% endtab %}

{% tab title="インポートメニュー" %}
トラック上でクリップをインポートしたい位置にマーカーラインを置き、「ファイル」メニューから「インポート -> オーディオファイル」を選択して、オーディオファイルをインポートします。
{% endtab %}

{% tab title="キャンバス上で" %}
キャンバス上の空のトラックをダブルクリックし、 **オーディオまたはMIDIをインポート** ボタン。
{% endtab %}
{% endtabs %}

複数のファイルを同時にインポートできます。各ファイルは、ドロップしたトラックを起点に1トラックずつ配置されます。

対応ファイル形式: \*.mp3 / \*.m4a / \*.wav / \*.flac / \*.ogg / \*.aac / \*.ape.

## ビデオファイルをインポート

{% tabs %}
{% tab title="ドラッグ＆ドロップ" %}
ビデオファイルをキャンバスへドラッグ＆ドロップします。
{% endtab %}

{% tab title="インポートメニュー" %}
「ファイル」メニューから「インポート -> ビデオファイル」を選択して、ビデオファイルをインポートします。
{% endtab %}
{% endtabs %}

ビデオファイルはビデオトラックに挿入されます。ビデオクリップをダブルクリックするか、ビデオトラックのトラックヘッダーをクリックすると、ビデオモニターを開閉できます。

ビデオファイルをインポートした後は、Video Composer機能を使って、動画用の音楽や効果音をすばやく作成できます。

## MIDI/MusicXML/UfDataファイルをインポート

{% tabs %}
{% tab title="ドラッグ＆ドロップ" %}
任意のボーカルトラック、楽器トラック、または空のトラックにファイルをドラッグ＆ドロップします。
{% endtab %}

{% tab title="インポートメニュー" %}
トラック上でクリップを配置したい位置にマーカーラインを置き、その後「ファイル」メニューから「インポート」を選択して、準備済みのMIDI/MusicXML/UfDataファイルをインポートします。
{% endtab %}

{% tab title="キャンバス上で" %}
キャンバス上の空のトラックをダブルクリックし、 **オーディオまたはMIDIをインポート** ボタン。
{% endtab %}
{% endtabs %}

複数のファイルを同時にインポートできます。各ファイルは、ドロップしたトラックを起点に1トラックずつ配置されます。

### マルチチャンネル

複数のチャンネルを含むファイルをインポートできます。

### ポリフォニック

コンテンツがポリフォニックの場合、ACE Studioでは、ボーカルトラックはポリフォニックな内容を合成できず、人が多声で歌えないのと同じ理由で、デフォルトで重なったすべてのノートをサステインノートに変換してからインポートします。

ポリフォニックなコンテンツをインポートするには、 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> ファイルをACE Studioにドラッグしている間、コンテンツは個別のメロディートラックに分割されます。

## 内蔵ファイルをインポート

### サンプル(.clips)

「\*.clips」は、サンプル用のフォーマットです [クリエイティブライブラリ](/docs/product-wiki-ja/kurieitiburaiburari/samples.md)。トラックとクリップが含まれています。

サンプル(.clips)をインポートするには、ACE Studioにドラッグ＆ドロップするだけです。

### テンプレート(.acet)

「\*.acet」は、テンプレート用のフォーマットです [クリエイティブライブラリ](/docs/product-wiki-ja/kurieitiburaiburari/samples.md)。プロジェクトフォルダ全体をパックとしてまとめます。

テンプレート(.acet)をインポートするには、ACE Studioにドラッグ＆ドロップするだけです。


---

# 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/purojekuto/file-management/import-files.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.
