# 编辑音符

## 音符工具

有 2 个可用于乐器 MIDI 音符编辑的工具：

<figure><img src="/files/309d32813597390a1b017498a436c95cb8a6f0df" alt=""><figcaption></figcaption></figure>

### Note Mover

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

Note mover 是用于创建、选择、移动和调整音符的默认工具。 (快捷键 <kbd>C</kbd> )

* 双击网格可创建长度为半格的默认音符。拖动并在释放鼠标前调整其长度。
* 点击音符以选中。拖出选框可选择多个音符并创建选区，也可以按住并点击第一个音符和最后一个音符来多选 <kbd>Shift</kbd> 。然后你可以移动、调整、删除、剪切、复制、重复它们。
* 在任一音符或已选音符上拖动以移动它们。
  * 移动音符时，默认会吸附到网格。按住 <kbd>Ctrl</kbd> / <kbd>⌘ Command</kbd> 可在不吸附的情况下移动。
  * 你也可以使用方向键 <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd>  来移动音符。 (按住 <kbd>Shift</kbd> 并使用 <kbd>↑</kbd> <kbd>↓</kbd> 以按八度移动音符)
* 在音符的左/右边缘拖动以调整其时长 (快捷键 <kbd>Shift</kbd> + <kbd>←</kbd> <kbd>→</kbd>)。默认会吸附到网格，按住 <kbd>Ctrl</kbd> / <kbd>⌘ Command</kbd> 可在不吸附的情况下移动。
  * 在选择多个音符时，你可以同时调整它们的时长。

### Note Brush

<figure><img src="/files/9c2691c729666b238cf1054273973480d358764d" alt=""><figcaption></figcaption></figure>

Note brush 是用于绘制音符的工具。 (快捷键 <kbd>B</kbd> )

* 拖动以创建具有指定尺寸的音符。默认会吸附到网格，按住 <kbd>Ctrl</kbd> / <kbd>⌘ Command</kbd> 可在不吸附的情况下移动。
* 在一个音符的范围内绘制以创建花腔音符。
* 在已有音符上拖动以移动它。

### 网格与吸附

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

网格与吸附功能让你控制音符如何与时间线对齐，保证旋律编辑的精确性。

* Auto-Narrow：根据钢琴卷帘的缩放级别自动将网格调整为紧密间距。
* Auto-Medium(default)：根据钢琴卷帘的缩放级别自动将网格调整为中等间距。
* Auto-Wide：根据钢琴卷帘的缩放级别自动将网格调整为宽间距。
* 1-16 格/拍：将每拍划分为 1-16 个网格格子。
* 无吸附：禁用网格吸附。允许在不与时间线对齐的情况下自由放置音符和事件。

{% hint style="success" %}
提示：你可以通过选择 3 格/拍来输入三连音。

<p align="center"><img src="/files/7aab4ab39b2c62e971db242c69348a4a28389dfd" alt="" data-size="original"></p>
{% endhint %}

## 和弦/音阶背景

#### 音阶

* 点击音阶按钮以启用/禁用背景显示。
* 点击右侧的小三角以显示设置，在此你可以设置音阶并折叠所有不属于该音阶的音符。

#### 和弦

在背景设置中，你可以从第一个下拉菜单切换到和弦模式。

在和弦背景模式下，会以颜色显示当前和弦下的所有音符。有关创建和弦进行的说明，请参阅 [和弦轨](/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-qu/he-xian-gui.md).

## 预览声音

当点击钢琴键盘，或点击、移动或创建音符时，当前乐器的默认预览声音将播放。你可以点击钢琴键上方左侧的扬声器图标以关闭声音。

## 快捷键

| 操作               | 快捷键                                                 |
| ---------------- | --------------------------------------------------- |
| 使用 Note Mover 工具 | <kbd>C</kbd>                                        |
| 使用 Note Brush 工具 | <kbd>B</kbd>                                        |
| 移动音符             | <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> |
| 按八度移动音符          | <kbd>Shift</kbd> + <kbd>↑</kbd> <kbd>↓</kbd>        |
| 调整音符时长           | <kbd>Shift</kbd> + <kbd>←</kbd> <kbd>→</kbd>        |
| 取消吸附             | 按住 <kbd>Ctrl</kbd> / <kbd>⌘ Command</kbd>           |


---

# Agent Instructions: 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/ai-yue-qi/chuang-jian-yue-qi-yin-se/bian-ji-yin-fu.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.
