> 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/song-ferngesteuert-uber-midi-offnen.md).

# Abrir canción de manera remota a través de MIDI

SongBook+ puede escuchar en la interfaz MIDI los comandos *BankSelect* y *ProgramChange* y luego abrir una canción. Estos comandos se utilizan normalmente para seleccionar un instrumento.

Una aplicación típica es que los comandos *ProgramChange* se envían desde un estilo MIDI, desde un archivo MIDI reproducido o desde el teclado al seleccionar un registro. SongBook+ abre entonces el texto correspondiente. (Un estilo MIDI puede enviar el mismo comando *ProgramChange* repetidamente sin problemas).

SongBook+ abre una canción cuando recibe comandos *BankSelect* y *ProgramChange* como se configuran en la ventana "Editar datos de la canción".

Tenga en cuenta que SongBook+ utiliza valores de 0 a 127. Si su teclado en su lugar usa valores de 1 a 128, debe restar 1 para obtener el valor para configurar en SongBook+.

<figure><img src="/files/lpnkH4snrPx6MhwOYo9r" alt=""><figcaption><p>Abrir canción a través de MIDI</p></figcaption></figure>

<img src="/files/ipZUuxQgiYxMYtO6sot7" alt="" data-size="line">Con estas configuraciones, la canción se abrirá cuando un dispositivo MIDI envíe el comando para seleccionar el instrumento 16 en el banco 1 / 5.

<img src="/files/oIXjTHEYqU3hfv1z7jeS" alt="" data-size="line">Presione este botón si desea que se aprenda una secuencia MIDI en lugar de configurarlo con las ruedas.

<img src="/files/rstfRttT9PEC04lq7KBW" alt="" data-size="line">En la ventana del monitor MIDI puede ver lo siguiente cuando se reciben estos comandos.

{% hint style="info" %}
Por favor, utilice el monitor MIDI incorporado de SongBook+ para ver qué se recibe realmente en la interfaz MIDI, en caso de que la apertura de las canciones no funcione como se espera.
{% endhint %}

Para teclados de Yamaha y Korg hay una manera más sencilla. Puede encontrar más información en este capítulo: [Control sencillo del teclado](/spanish/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/spanish/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.
