> 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/portugues/readme/midi-features-verwenden/midi-dateien-abspielen.md).

# Reproduzindo arquivos MIDI

O SongBook+ pode reproduzir arquivos MIDI normais, mas não possui um sintetizador embutido para gerar sons a partir deles.

Para gerar sons a partir dos dados MIDI, é necessário adicionalmente ou um hardware externo conectado via MIDI (como, por exemplo, um teclado ou um expander) ou um aplicativo sintetizador de outro fabricante, que esteja em execução em segundo plano e receba os sinais do SongBook através de "MIDI virtual".

Um possível aplicativo que pode ser usado para gerar sons diretamente no iPad é, por exemplo, o "bismark bs-16i". Quando esse aplicativo está em execução em segundo plano com "MIDI virtual" ativado, você ouve a música diretamente no iPad sem hardware externo.

![App bs-16i como gerador de som para arquivos MIDI](/files/NjuoAxK0Ag6eVXIf6Hef)


---

# 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/portugues/readme/midi-features-verwenden/midi-dateien-abspielen.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.
