> 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/tempo-and-signature-change.md).

# 曲速与拍号变更

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

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

## 曲速变化

点击打开节奏轨道可让您通过自动化轨道在整个工程中创建动态曲速变化。它由曲速点及连接这些点的线段组成。

### **曲速点**

曲速点是一个节点，用于定义某个时间位置上的特定 BPM 值。

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

{% hint style="info" %}
注意：每个工程都会在开头包含一个默认的 120 BPM 曲速点。这个初始点不能移动或删除，但您可以更改其 BPM 值。
{% endhint %}

### 调整曲速曲线

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

* 将鼠标悬停在线段上，其中心会显示一个曲线控制点。
* 垂直拖动该控制点可调整曲线，从而创建更平滑或更急促的曲速过渡。
* 双击曲线控制点可将过渡重置为直线。

### 曲速画笔

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

* 点击点击打开节奏轨道标题栏中的曲速画笔图标即可启用它。
* 启用画笔后，您可以直接在轨道上点击并拖动，绘制一条连续的曲速曲线。此过程会自动创建一系列精细的曲速点。

### 调整曲速曲线限制

默认情况下，曲速曲线的显示范围为 **60-180 BPM**.

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

如需手动控制，您可以展开 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/tempo-and-signature-change.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.
