> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/cestina/readme/midi-features-verwenden/song-ferngesteuert-uber-midi-offnen.md).

# Píseň vzdáleně otevřena přes MIDI

SongBook+ může na MIDI rozhraní naslouchat na příkazy *BankSelect* a *ProgramChange* a poté otevřít píseň. Tyto příkazy se obvykle používají k výběru nástroje.

Typickou aplikací je, že příkazy *ProgramChange* jsou odesílány z MIDI stylu, z přehrávaného MIDI souboru nebo z klávesnice při výběru registrace. SongBook+ pak otevře odpovídající text. (MIDI styl může bez problémů opakovaně posílat stejný příkaz *ProgramChange*).

SongBook+ otevře píseň, když přijme příkazy *BankSelect* a *ProgramChange*, jak jsou nastaveny v okně „Upravit podrobnosti skladby“.

Vezměte prosím na vědomí, že SongBook+ používá hodnoty od 0 do 127. Pokud vaše klávesnice místo toho používá hodnoty od 1 do 128, musíte odečíst 1, abyste získali hodnotu pro nastavení v SongBook+.

<figure><img src="/files/9d3gdlsKmK7eFeYOJT01" alt=""><figcaption><p>Otevřít píseň přes MIDI</p></figcaption></figure>

<img src="/files/pNKg287eitocmHrFJzDO" alt="" data-size="line">S těmito nastaveními bude píseň otevřena, když MIDI zařízení odešle příkaz k výběru nástroje 16 na banku 1 / 5.

<img src="/files/WG2zx8GY7KYCu1oVpAIe" alt="" data-size="line">Stiskněte toto tlačítko, pokud chcete nechat naučit MIDI sekvenci, namísto nastavení pomocí koleček.

<img src="/files/nSwvbVNeV6CIfnDhUWoz" alt="" data-size="line">V okně MIDI monitoru můžete vidět následující, když jsou tyto příkazy přijaty.

{% hint style="info" %}
Použijte prosím vestavěný MIDI monitor SongBook+, abyste viděli, co je skutečně přijímáno na MIDI rozhraní, pokud otevření písní nefunguje podle očekávání.
{% endhint %}

Pro klávesnice Yamaha a Korg existuje jednodušší možnost. Více o tom najdete v této kapitole: [Jednoduché ovládání klávesnice](/cestina/readme/midi-features-verwenden/einfache-keyboardsteuerung.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.songbookplus.com/cestina/readme/midi-features-verwenden/song-ferngesteuert-uber-midi-offnen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
