> 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.
