# Attribuzioni

**Comunicazione MIDI:**

La comunicazione MIDI si basa su codice di esempio di Pete Goodliffe.

Grazie a Pete per aver pubblicato il suo codice di esempio su Internet.

Qui puoi trovare maggiori informazioni:

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

**Simboli musicali:**

I simboli musicali per l'inserimento con la funzione di appunto provengono da Linkware Graphics.

Grazie a Shirley Kaiser per aver pubblicato questi simboli.

Qui puoi trovare maggiori informazioni:

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

**Impostazioni In-App:**

Le impostazioni integrate nell'app sono state realizzate con “InAppSettingsKit”. Un grande ringraziamento a Luc Vandal e Ortwin Gentz per lo sviluppo e la pubblicazione.

Qui puoi trovare maggiori informazioni:

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

**OpenSSL:**

SongBook+ utilizza OpenSSL. Secondo i termini della licenza, ciò deve essere menzionato con la seguente 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/italiano/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.
