> 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/midi-befehle-beim-starten-von-songs.md).

# MIDI příkazy při spuštění písní

## Odeslat MIDI Start při spuštění písně <a href="#toc165549812" id="toc165549812"></a>

V nastavení SongBook+ můžete nakonfigurovat, zda má být při spuštění písně odeslán MIDI Start.

## Odeslat další konfigurovatelné MIDI příkazy <a href="#toc165549813" id="toc165549813"></a>

Pomocí tlačítka „Akce při spuštění“ v editačním okně písně můžete definovat libovolné MIDI příkazy, které mají být odeslány při spuštění písně.

Pro popis se prosím podívejte na [MIDI příkazy při otevření písní](/cestina/readme/midi-features-verwenden/midi-befehle-beim-offnen-von-songs.md).

## Odeslat stejné MIDI příkazy u všech písní <a href="#toc165549814" id="toc165549814"></a>

V nastaveních MIDI pod „MIDI“ -> „MIDI-Makra“ -> „Makra při ovládání skladeb“ můžete zvolit předem definované MIDI makro, které bude odesláno při spuštění každé písně. Níže můžete určit, zda bude odesláno i v případě, že píseň již obsahuje vlastní „Akce při spuštění“.

Pro popis se prosím podívejte na [MIDI příkazy při otevření písní](/cestina/readme/midi-features-verwenden/midi-befehle-beim-offnen-von-songs.md).

## Odeslat obsah MIDI souboru při spuštění písně <a href="#toc165549811" id="toc165549811"></a>

SongBook odešle obsah MIDI souboru, jakmile je píseň **spuštěna**, pokud existuje .mid soubor se stejným názvem jako .pdf soubor, rozšířený o „\_start.mid“.

(např. MySong.pdf -> MySong\_start.mid)

Jsou povoleny pouze MIDI soubory typu 0 (single track). Všechny příkazy jsou odesílány najednou bez ohledu na časování. Nelze tedy odesílat hudbu, ale pouze příkazy k nastavení prostředí.


---

# 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/midi-befehle-beim-starten-von-songs.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.
