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

# 录制

{% hint style="info" %}
录音前，请先设置输入硬件、采样率、缓冲区大小。

更多信息请参阅 [偏好设置](/docs/product-wiki-zh/zhang-hu-yu-she-zhi/preferences.md).
{% endhint %}

要开始录音，请点击 **录音** 走带上的按钮，或按快捷键 <kbd>R</kbd>.

## 录音准备

在 ACE Studio 中，你无需手动为轨道设置录音准备。选中轨道或将标记线放到轨道上时，该轨道会自动进入录音准备状态。

## 从空轨道录音

<figure><img src="/files/0de1307b1462b8d7b0efd5ffa37162b363044ebf" alt="" width="336"><figcaption></figcaption></figure>

当选中空轨道并开始录音时，会弹出对话框，让你选择录制音频还是 MIDI。

## 录制音频

### 选择目标轨道

选中的（当前焦点）轨道会自动进入录音准备状态。红点会显示在 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md) 中通道名称旁，或显示在轨道标题上，以表示其已就绪。

### 设置输入和监听

在此选择正确的输入通道 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md)。默认情况下，音频轨道的监听已关闭，以防止反馈。你可以手动启用 **监听开关** （耳机图标） [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md) ，如果你需要听到实时输入信号。

### 开始和停止录音

将播放头放在要开始的位置，然后按 **录音** 按钮 <kbd>R</kbd> 走带中的。按 <kbd>R</kbd> 再次，或按 <kbd>空格</kbd> 停止录音和播放。

## 录制 MIDI

### 选择人声或乐器轨道

选择一条人声或乐器轨道。选中的轨道会自动进入录音准备状态，并以红点标示。

{% hint style="info" %}
注意：如果你选择了多个轨道，只有第一个被选中的轨道会进入录音准备状态。
{% endhint %}

### 设置输入和监听

在此选择正确的 MIDI 输入 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md)。对于 MIDI 轨道，默认会启用监听，这样你在 MIDI 设备上演奏时即可听到声音。耳机图标会显示出来，表示监听已激活。你可以在 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md).

### 使用虚拟 MIDI 键盘

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

如果你没有 MIDI 控制器，可以使用虚拟键盘作为虚拟 MIDI 输入设备。可通过菜单 Edit > Virtual MIDI Keyboard（快捷键 <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>空格</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-zh/gong-cheng/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.
