> 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 输入设备。可通过菜单 编辑 > 虚拟 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>空格键</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.
