> 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>移位</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.
