> 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/arrangement-in-canvas/record.md).

# 録音

{% hint style="info" %}
録音する前に、入力ハードウェア、サンプルレート、バッファサイズを設定してください。

詳細については、 [設定](/docs/product-wiki-ja/akauntoto/preferences.md).
{% endhint %}

録音を開始するには、 **録音** ボタンをトランスポート上でクリックするか、ショートカットキー <kbd>R</kbd>.

## 録音待機

ACE Studioでは、トラックを録音待機に手動で設定する必要はありません。トラックは、選択するかマーカーラインを置くと自動的に録音待機になります。

## 空のトラックから録音する

<figure><img src="/files/72d631c8440f555a1a5a571b2e86cb2c59d1c99c" alt="" width="336"><figcaption></figcaption></figure>

空のトラックを選択して録音を開始すると、オーディオかMIDIを録音するか選択するダイアログが表示されます。

## オーディオを録音

### 対象トラックを選択

選択した（フォーカスされた）トラックは自動的に録音待機になります。ミキサーのチャンネル名の横に赤いドットが表示され、 [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md) またはトラックヘッダーに表示され、準備完了であることを示します。

### 入力とモニタリングを設定

正しい入力チャンネルを選択してください [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md)。既定では、フィードバックを防ぐため、オーディオトラックのモニタリングはオフになっています。必要に応じて、 **モニタースイッチ** （ヘッドホンアイコン）を [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md) で有効にして、ライブ入力信号を聞けるようにできます。

### 録音の開始と停止

開始したい位置に再生ヘッドを置き、 **録音** ボタン <kbd>R</kbd> トランスポート内で。 <kbd>R</kbd> 再度押すか、 <kbd>Space</kbd> を押して、録音と再生の両方を停止します。

## MIDIを録音

### ボーカルまたは楽器トラックを選択

ボーカルトラックまたは楽器トラックを選択してください。選択したトラックは自動的に録音待機になり、赤いドットで示されます。

{% hint style="info" %}
注：複数のトラックを選択した場合、録音待機になるのは最初に選択したトラックのみです。
{% endhint %}

### 入力とモニタリングを設定

正しいMIDI入力を選択してください [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md)。MIDIトラックでは、モニタリングは既定で有効になっており、MIDIデバイスで演奏した音をそのまま聞くことができます。ヘッドホンアイコンが表示され、モニタリングが有効であることを示します。必要に応じて、ミキサーの [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md).

### 仮想MIDIキーボードの使用

<figure><img src="/files/813029fab139fbc2c14a411ae25fdbd5dd50b603" alt="ACE Studio&#x27;s virtual MIDI keyboard."><figcaption></figcaption></figure>

MIDIコントローラーがない場合は、コンピューターMIDIキーボードを仮想MIDI入力デバイスとして使用できます。メニューの Edit > 仮想MIDIキーボード（ショートカットキー <kbd>/</kbd>).

* キー <kbd>A</kbd> から <kbd>L</kbd> は白鍵に対応します。キー <kbd>W</kbd> <kbd>E</kbd> <kbd>T</kbd> <kbd>Y</kbd> <kbd>U</kbd> は黒鍵に対応します。
* 押して <kbd>Z</kbd> / <kbd>X</kbd> でオクターブを下げ／上げます。
* 押して <kbd>C</kbd> / <kbd>V</kbd> でベロシティを下げ／上げます。
* 仮想MIDIキーボードが有効な場合、一部のアプリケーションショートカットは一時的に無効になります。

### 録音の開始と停止

開始したい位置に再生ヘッドを置き、 **録音** ボタン <kbd>R</kbd> トランスポート内で。 <kbd>R</kbd> 再度押すか、 <kbd>Space</kbd> を押して、録音と再生の両方を停止します。


---

# 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/arrangement-in-canvas/record.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.
