# 连接多台 iPads 与 SongBook+

您可以通过 Bluetooth、WLAN、MIDI（有线）或无线 MIDI（无线）将多台 iPads 与 SongBook+ 连接。

如果您想使用简单的“短距离连接”，请在“SongBook zu SongBook Verbindung”中选择一台设备的连接模式为“Server in Kurzstreckenverbindung”，其他所有的选择“Client in Kurzstreckenverbindung”。

如果您想要 MIDI 连接（无线 MIDI、蓝牙 LE MIDI 或有线连接），请在所有设备的“SongBook zu SongBook Verbindung”中选择连接模式为“MIDI-Verbindung”。

对于无线 MIDI，您还需要在 MIDI 设置中将一台设备配置为无线 MIDI 服务器，其他的配置为无线 MIDI 客户端。

对于蓝牙 LE MIDI，则需要正好相反，除了一台设备外，其他所有设备都启动蓝牙 LE MIDI 服务器。然后，您可以在剩下的设备上找到列表中所有其他设备的蓝牙 LE MIDI 设备并连接到所有设备。

这样可以在 SongBook 之间同步以下操作：

![Aktionen synchronisieren](/files/dbv4wUA9FXHFiC4yxGNV)

* 选择一首歌曲
* 预选一首歌曲
* 翻页
* 启动按钮
* 停止按钮
* 实时播放列表

如果您希望在短距离连接中形成多个 SongBook 组，或希望防止来自其他 SongBook 的连接，您可以配置一个共同的连接密钥。

当功能在设置中开启时，设备在启动 SongBook+ 时会自动连接。

“SongBook zu SongBook” 连接还可以用于在“页面对齐模式”中同步并排的两台设备，使其各自显示同一首歌的两页连续页面。

为此，设备需要配置为歌曲的打开和页面的翻页是同步的，并且需要在设置中启用“页面对齐模式”。

有两种方法可以在不同的 iPads 上链接相应的歌曲，分别是通过代码或通过歌曲的 MIDI 信息。

在设置中“SongBook zu SongBook Verbindung”中选择使用哪种同步方法作为“同步的关键字段”。

## 通过代码同步 <a href="#toc165549830" id="toc165549830"></a>

自 SongBook+ 2.1 版起，有一种更简单的方法可以在多个设备上同步打开歌曲。歌曲的“代码”字段的内容被传送到其他 iPads，并在那里搜索具有相同代码的歌曲。

![通过代码同步](/files/xUuJZpKJDJfK7GP4g6kq)

SongBook+ 可以自动分配新歌的歌曲编号，并在需要时还可以对已有的歌曲进行后续编号。

这些设置可以在“其他”🡪“自动歌曲编号（代码）”中找到。

对现有歌曲进行后续编号的功能可以在“...”按钮，然后“特殊功能”🡪“在字段代码中插入歌曲编号”中找到。

## 通过 MIDI 信息同步 <a href="#toc165549831" id="toc165549831"></a>

如果您已经在通过 MIDI 使用 SongBook+ 来远程控制键盘或其他外部设备，您可以使用相同的 MIDI 设置与其他 iPads 同步。这样会将 MIDI 设置中的3个数字发送到其他 iPads，并在那里搜索具有相同3个数字的歌曲。

![通过 MIDI 信息同步](/files/wZJZYgAU5jA0WFIaggWQ)


---

# 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/verbinden-von-mehreren-ipads-mit-songbook+.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.
