# 归属

**MIDI 通信:**

MIDI 通信基于 Pete Goodliffe 的示例代码。

感谢 Pete 在互联网上发布他的示例代码。

在此处找到更多信息：

<http://goodliffe.blogspot.com/2010/10/using-coremidi-in-ios-example.html>

**音乐符号:**

用于乐谱功能插入的音乐符号来自 Linkware Graphics。

感谢 Shirley Kaiser 发布这些符号。

在此处找到更多信息：

<http://linkwaregraphics.com/music/>

**应用内设置:**

应用中集成的设置是通过“InAppSettingsKit”实现的。感谢 Luc Vandal 和 Ortwin Gentz 进行开发和发布。

在此处找到更多信息：

<https://github.com/futuretap/InAppSettingsKit>

**OpenSSL:**

SongBook+ 使用 OpenSSL。根据许可规定，必须通过以下句子进行说明：

*“This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (*<http://www.openssl.org/>*).”*


---

# 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/zuschreibungen.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.
