> 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/hua-bu-zhong-de-bian-pai/qu-su-yu-pai-hao-bian-hua.md).

# 曲速与拍号变化

Tempo（曲速）和拍号轨是全局轨道，用于控制工程的整体曲速和拍号。它们是唯一的轨道，始终固定停靠在轨道列表顶部。

要显示或隐藏Tempo和拍号轨，请点击轨道列表标题中的 <kbd>BPM/SIG</kbd> 按钮。此按钮可同时切换两条轨的可见性。

## 曲速变化

Tempo轨允许你通过一条自动化通道在工程中创建动态曲速变化。它由曲速点及连接这些点的线段组成。

### **曲速点**

曲速点是定义在特定时间点的特定BPM值的节点。

* 添加点：
  * 点击曲线即可在该位置创建新的曲速点。
  * 点击并拖动可创建一个点并立即调整其位置和BPM值。
* 调整点：
  * 垂直拖动某一点可改变其BPM值，水平拖动可改变其时序。点不能移动超过相邻点的范围。
  * 默认情况下，水平移动时点会吸附到网格。按住 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 拖动时可禁用吸附。
  * 你也可以在右键单击点的上下文菜单中输入数值。
* 删除点：双击点，或右键单击并从菜单中选择“删除”。

{% hint style="info" %}
注意：每个工程默认在起始处有一个120 BPM的初始曲速点。此初始点无法移动或删除，但你可以更改其BPM值。
{% endhint %}

### 调整曲速曲线

两个曲速点之间的连线代表曲速过渡。默认情况下，这是线性（直线）变化。

* 将鼠标悬停在线段上，会在中心显示一个曲线手柄。
* 垂直拖动此手柄以调整曲线，从而创建更平滑或更突兀的曲速过渡。
* 双击曲线手柄可将过渡重置为直线。

### 曲速画笔

曲速画笔提供了一种通过“绘制”来编辑曲速的替代方式。

* 点击Tempo轨标题上的曲速画笔图标以启用该工具。
* 启用画笔后，你可以直接在轨道上点击并拖动以绘制连续的曲速曲线。此过程会自动创建一系列细分的曲速点。

### 调整曲速曲线显示范围

默认情况下，曲速曲线在以下显示范围内工作： **60-180 BPM**.

如果你将某个曲速点调整到超出此默认范围，显示的上下限将自动适应以容纳新的曲速点。

如需手动控制，你可以展开 [Mixer](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md) 面板并直接输入所需的曲速曲线显示上下限。

<figure><img src="/files/ea6ed49cdaf6050380d79c7799b0462b8d71c37d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
ACE Studio对工程支持的曲速范围为 **10-360 BPM**.
{% endhint %}

## 拍号变化

拍号轨使用标记来为工程的不同段落设置拍号。

拍号标记以卡片形式表示，必须放置在小节的起始处。

* 添加标记：将鼠标移到没有标记的小节起始处。一个半透明的 <kbd>+</kbd> 图标会出现。点击它以添加新的拍号标记，初始值会复制前一个标记的数值。
* 调整标记：
  * 拖动标记可将其移动到另一个小节。
  * 点击标记以选中它。选中后，你可以复制、粘贴或删除该标记。
* 编辑标记数值：
  * 双击标记以进入编辑模式。
  * 你可以分别编辑分子和分母。按下 <kbd>Tab</kbd> 在两个输入字段之间切换。
  * 按下 <kbd>Enter</kbd> 或点击其它位置以确认更改。

{% hint style="info" %}
注意：每个工程起始处默认有一个4/4的拍号标记。该标记不可移动或删除，但其数值可以编辑。
{% endhint %}

<br>


---

# 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-pai/qu-su-yu-pai-hao-bian-hua.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
