> 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/kyanbasudenoarenji/lu-yin.md).

# 録音

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

詳細は [設定](/docs/product-wiki-ja/akauntoto/she-ding.md).
{% endhint %}

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

## 録音待機

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

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

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

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

## オーディオを録音

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

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

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

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

### 録音の開始と停止

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

## MIDIを録音

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

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

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

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

で正しいMIDI入力を選択します [ミキサー](/docs/product-wiki-ja/purojekuto/mikishingu/mikis.md)。MIDIトラックでは、モニタリングがデフォルトで有効になっているため、MIDIデバイスで演奏すると音を確認できます。モニタリングが有効であることを示すヘッドホンアイコンが表示されます。ミキサー内で [ミキサー](/docs/product-wiki-ja/purojekuto/mikishingu/mikis.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> でベロシティを下げ／上げます。
* 仮想キーボードが有効なとき、一部のアプリケーションショートカットは一時的に無効になります。

### 録音の開始と停止

開始したい位置に再生ヘッドを置き、 **録音** ボタン <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/kyanbasudenoarenji/lu-yin.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.
