> 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/transport.md).

# 走带

## 曲速

<figure><img src="/files/5031c0b6a97747337fb3ba2b48d0de821430f7c9" alt="Adjusting tempo in ACE Studio transport." width="375"><figcaption></figcaption></figure>

拖动可根据时间线所在位置设置当前曲速。（对于多曲速工程，调整后的曲速仅应用于时间线所在的段落。）

双击可输入精确的曲速数值。

ACE Studio 支持 1-360 BPM 的曲速范围。

{% hint style="info" %}
如果您的工程涉及曲速变化，请参阅 [曲速与拍号变更](/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## 拍号

<figure><img src="/files/ca343fa13c21d52c1f877ef923c3cb1b2dca0fcb" alt="" width="375"><figcaption></figcaption></figure>

拖动可根据时间线所在位置设置当前拍号。（对于多拍号工程，调整后的拍号仅应用于时间线所在的段落。）

双击可输入精确的拍号数值。

{% hint style="info" %}
如果您的工程涉及拍号变化，请参阅 [曲速与拍号变更](/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/tempo-and-signature-change.md).
{% endhint %}

## 播放/录音控制

<figure><img src="/files/5c5a0a38fcfd7052589136dbe55a15c05595c6bc" alt=""><figcaption></figcaption></figure>

#### 回到开头 <a href="#block-17208bffde8080b5a572c96b9713dbf1" id="block-17208bffde8080b5a572c96b9713dbf1"></a>

点击可将时间线跳回工程开头。

* 快捷键 <kbd>按下 Enter</kbd>

#### 播放/停止 <a href="#block-17208bffde8080939d09d25c8cdc0e62" id="block-17208bffde8080939d09d25c8cdc0e62"></a>

点击可开始或停止播放。

* 快捷键 <kbd>空格键</kbd>

播放将始终从标记线开始。如果您停止播放后再次播放，除非重新定位标记线，否则播放仍将从上次相同的起始位置开始。

要从停止处继续播放，请使用快捷键 <kbd>Shift</kbd> + <kbd>空格键</kbd>.

#### 录音 <a href="#block-17208bffde8080bbb358d87884dca6ea" id="block-17208bffde8080bbb358d87884dca6ea"></a>

点击可开始/结束录音。

* 快捷键 <kbd>R</kbd>

如果播放未开始，开始录音也会启动播放。您也可以在播放过程中开始录音。

有关录音的更多详细信息，请参阅 [录制](/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/record.md).

## 节拍器

点击可打开/关闭节拍器。

## 循环段

点击可切换循环段模式的开关。

### 循环段括号

启用循环段模式后，循环段括号会显示在时间标尺上。您可以拖动两端来调整循环段括号的长度，也可以直接拖动来重新定位它。您还可以点击循环段括号来打开/关闭循环段模式。

选中一个区域后，使用快捷键 <kbd>Ctrl</kbd>/<kbd>⌘Command</kbd>+<kbd>L</kbd> 将所选区域转换为循环段括号。再次按下该快捷键可退出循环段模式。

导出音频时，选择“将导出范围设为循环段”即可导出循环段括号范围内的音频。更多详情请参阅 [导出文件](/docs/product-wiki-zh/gong-cheng/file-management/export-files.md).

## 自动滚动

点击此开关可打开/关闭自动滚动。播放期间，当时间线到达可见区域末端时，编排视图和片段视图将自动滚动。

在播放期间，如果您手动滚动视图，自动滚动将暂时禁用，直到下一次播放。您可以点击将其重新开启。

您可以在偏好设置中设置滚动动画。更多详情请参阅 [偏好设置](/docs/product-wiki-zh/zhang-hu-yu-she-zhi/preferences.md).

## 时间码

此处显示时间线的时间位置。


---

# 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/transport.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.
