# Atribuciones

**Comunicación MIDI:**

La comunicación MIDI se basa en el código de ejemplo de Pete Goodliffe.

Muchas gracias a Pete por publicar su código de ejemplo en Internet.

Aquí puedes encontrar más información al respecto:

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

**Símbolos musicales:**

Los símbolos musicales para insertar con la función de nota provienen de Linkware Graphics.

Muchas gracias a Shirley Kaiser por publicar estos símbolos.

Aquí puedes encontrar más información al respecto:

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

**Configuraciones In-App:**

Las configuraciones integradas en la aplicación se realizaron con el "InAppSettingsKit". Muchas gracias a Luc Vandal y Ortwin Gentz por su desarrollo y publicación.

Aquí puedes encontrar más información al respecto:

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

**OpenSSL:**

SongBook+ usa OpenSSL. Según las condiciones de la licencia, esto debe mencionarse con la siguiente frase:

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