> 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-stoppen-von-songs.md).

# Comandos MIDI al detener canciones

## Enviar MIDI Stop al detener una canción <a href="#toc165549812" id="toc165549812"></a>

En las configuraciones de SongBook+ puede configurar si se enviará MIDI Stop al detener una canción.

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

Con el botón "Acciones al detener" en la ventana de edición de la canción, puede definir cualquier comando MIDI que se enviará al detener la canción.

Para una descripción, por favor vea [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 detener cada canción. Debajo se puede determinar si también se enviará cuando la canción ya contenga sus propias "Acciones al detener".

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

## Enviar el contenido de un archivo MIDI al detener 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 detiene**, si existe un archivo .mid con el mismo nombre que el archivo .pdf, ampliado con "\_stop.mid".

(por ejemplo, MySong.pdf -> MySong\_stop.mid)

Solo se permiten archivos MIDI de tipo 0 (pista única). Todos los comandos se envían de una sola 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-stoppen-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.
