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

# Comandos MIDI al iniciar canciones

## Enviar inicio MIDI cuando se inicia una canción <a href="#toc165549812" id="toc165549812"></a>

En las configuraciones de SongBook+, puede configurar si al iniciar una canción se debe enviar un inicio MIDI.

## Enviar otros comandos MIDI configurables <a href="#toc165549813" id="toc165549813"></a>

Con el botón „Acciones al iniciar“ en la ventana de edición de la canción, puede definir comandos MIDI que se enviarán al iniciar la canción.

Para una descripción, consulte [Comandos MIDI al abrir canciones](/spanish/readme/midi-features-verwenden/midi-befehle-beim-offnen-von-songs.md).

## Enviar los mismos comandos MIDI para todas las canciones <a href="#toc165549814" id="toc165549814"></a>

En las configuraciones MIDI bajo „MIDI“ -> „Macros MIDI“ -> „Macros cuando se reproducen las canciones“, puede seleccionar un macro MIDI previamente definido que se enviará al iniciar cada canción. Debajo, también se puede determinar si se enviará incluso cuando la canción ya contiene sus propias „Acciones al iniciar“.

Para una descripción, consulte [Comandos MIDI al abrir canciones](/spanish/readme/midi-features-verwenden/midi-befehle-beim-offnen-von-songs.md).

## Enviar el contenido de un archivo MIDI cuando se inicia una canción <a href="#toc165549811" id="toc165549811"></a>

SongBook envía el contenido de un archivo MIDI tan pronto como una canción **se inicia**, si existe un archivo .mid con el mismo nombre que el archivo .pdf ampliado con „\_start.mid“.

(p. ej. MySong.pdf -> MySong\_start.mid)

Solo se permiten archivos MIDI del tipo 0 (pista única). Todos los comandos se envían a la vez sin considerar el tiempo. Por lo tanto, no se puede enviar música, solo comandos para configurar el entorno.


---

# 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/spanish/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.
