More actions
(Created page with "{{Infobox Switch Homebrews |title=nx-midi |image=nxmidiswitch.png |description=Play MIDI files on your Nintendo Switch! |author=daCyuubi |lastupdated=2020/12/25 |type=Media players |version=1.1 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/nxmidiswitch.7z |website=https://gbatemp.net/threads/nx-midi-play-midi-files-on-your-nintendo-switch.546901/ |source=https://github.com/daCyuubi/nx-midi |donation= }} {{#seo: |title=Switch Homebrew Apps (Media play...") |
m (Text replacement - "type=Media players" to "type=Media Players") |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=nx-midi | |title=nx-midi | ||
|image= | |image=nxmidi.png | ||
|description=Play MIDI files on your Nintendo Switch | |description=Play MIDI files on your Nintendo Switch. | ||
|author=daCyuubi | |author=daCyuubi | ||
|lastupdated=2020/12/25 | |lastupdated=2020/12/25 | ||
|type=Media | |type=Media Players | ||
|version=1.1 | |version=1.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxmidi.7z | ||
|website=https://gbatemp.net/threads/nx-midi-play-midi-files-on-your-nintendo-switch.546901/ | |website=https://gbatemp.net/threads/nx-midi-play-midi-files-on-your-nintendo-switch.546901/ | ||
|source=https://github.com/daCyuubi/nx-midi | |source=https://github.com/daCyuubi/nx-midi | ||
|donation= | |donation= | ||
}} | }} | ||
Play MIDI files on your Nintendo Switch. | |||
==Installation== | |||
Place the <code>.nro</code> to the /switch/ folder on the SD card. | |||
Add any <code>.sf2</code> and <code>.mid</code> file on the root of your SD card with the name <code>default.sf2</code> and <code>default.mid</code>. | |||
< | |||
==Changelog== | |||
'''v1.1 2020/12/25''' | |||
*This release changes some code to support libnx changes, as well as updating TML/TSF. | |||
*With the TML/TSF update, I have enforced a hardcoded max voices of 416, to prevent black MIDIs from stuttering. | |||
'''v1.0 2019/08/28''' | |||
*Initial release. | |||
== | ==Credits== | ||
[https://github.com/schellingb schellingb] - [https://github.com/schellingb/TinySoundFont TinySoundFont] (includes MIDI parser + soundfont engine). | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/daCyuubi/nx-midi | ||
* | * GBAtemp - https://gbatemp.net/threads/nx-midi-play-midi-files-on-your-nintendo-switch.546901/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/nx-midi |
Latest revision as of 09:07, 7 Mayıs 2024
nx-midi | |
---|---|
General | |
Author | daCyuubi |
Type | Media Players |
Version | 1.1 |
License | Mixed |
Last Updated | 2020/12/25 |
Links | |
Download | |
Website | |
Source | |
Play MIDI files on your Nintendo Switch.
Installation
Place the .nro
to the /switch/ folder on the SD card.
Add any .sf2
and .mid
file on the root of your SD card with the name default.sf2
and default.mid
.
Changelog
v1.1 2020/12/25
- This release changes some code to support libnx changes, as well as updating TML/TSF.
- With the TML/TSF update, I have enforced a hardcoded max voices of 416, to prevent black MIDIs from stuttering.
v1.0 2019/08/28
- Initial release.
Credits
schellingb - TinySoundFont (includes MIDI parser + soundfont engine).