# MIDI-Fusspedale

SongBook+ 支持所有可发送一个或多个 MIDI 指令的脚踏板：

* MIDI Start
* MIDI Stop
* MIDI Pause
* MIDI Continue
* 任何 MIDI ControlChange
* 任何 MIDI NoteOn 或 NoteOff
* 任何 MIDI 系统独占 (SysEx) 序列

{% hint style="info" %}
当然，这些信号不一定要从脚踏板发送，而可以来自任何 MIDI 设备。
{% endhint %}

{% hint style="info" %}
在版本 6.3 之前，脚踏板的设置在设置的第一级直接找到。

从版本 6.4 开始，它们被放在一个新的“远程控制”组中，与新的面部表情控制设置一起。
{% endhint %}

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

在设置中，您可以启用 MIDI 脚踏板 (\*) 的使用，并为这些命令指派以下操作：

* 无操作
* 向前/向后翻页
* 按开始/停止/暂停/继续按钮
* 跳到下一首歌
* 返回到歌曲列表
* 打开预选歌曲列表
* 开始/暂停/继续滚动
* 快速/慢速滚动
* 向前或向后翻整页/半页/三分之一页/四分之一页
* 开启/关闭/切换自动播放
* 启动/停止节拍器
* 播放配乐
* 打开/关闭循环
* 触发当前页上的所有功能按钮
* 触发当前页上的特定功能按钮
* 一个接一个地触发当前页上的功能按钮
* 激活搜索字段并将光标放入字段
* 触发 MIDI 宏
* 跳转到特定页码（使用 ControlChange 的值）
* 滚动到特定百分比的位置（使用 ControlChange 的值）
* 设置设备音量（变大，变小，或特定的 ControlChange 值）
* 设置音频播放器音量（使用 ControlChange 的值）
* ...

**Alesis io Dock 备注：** *Alesis io Dock 在一个踏板上交替发送 MIDI Start 和 MIDI Stop。如果您使用它，您应该在 SongBook+ 中将 MIDI Start 和 MIDI Stop 配置为相同的操作*。

**Alesis io Dock 2 备注：** *Alesis io Dock 2 在踏板上交替发送值为 0 和 127 的 Controller 14（第一个踏板）或 15（第二个踏板）。如果一个踏板在每次按下时要执行相同的操作，您需要在 SongBook+ 中为每个踏板使用两个可配置的 ControlChanges，一个响应切换到 0，一个响应切换到 127，并为两者分配相同的操作。*

**iRig BlueBoard 备注：** *iRig BlueBoard 交替发送值为 0 和 127 的 ControlChanges。如果一个按钮在每次按下时要执行相同的操作，您需要在 SongBook+ 中为每个按钮使用两个可配置的 ControlChanges，一个响应切换到 0，一个响应切换到 127，并为两者分配相同的操作。*

在 Midi 和 Bluetooth 监视器中，您可以查看脚踏板发送的命令。


---

# 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.songbookplus.com/zhong-wen/readme/fusspedale-verwenden/midi-fusspedale.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.
