# Připisování

**MIDI komunikace:**

MIDI komunikace je založena na ukázkovém kódu od Peta Goodliffea.

Děkujeme Peteovi za zveřejnění jeho ukázkového kódu na internetu.

Více informací naleznete zde:

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

**Hudební symboly:**

Hudební symboly k vložení pomocí poznámkové funkce pocházejí od Linkware Graphics.

Děkujeme Shirley Kaiser za zveřejnění těchto symbolů.

Více informací naleznete zde:

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

**In-App-Settings:**

Integrované nastavení v aplikaci bylo realizováno pomocí „InAppSettingsKit”. Děkujeme Lucu Vandalovi a Ortwinovi Gentzovi za vývoj a zveřejnění.

Více informací naleznete zde:

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

**OpenSSL:**

SongBook+ používá OpenSSL. Podle licenčních podmínek musí být zmíněn následující věta:

*„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/cestina/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.
