NitrousTracker DS: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|image=nitroustracker.png | |image=nitroustracker.png | ||
|description=DSi-compatible, enhanced fork of NitroTracker. | |description=DSi-compatible, enhanced fork of NitroTracker. | ||
|author= | |author=NitrousTracker developers | ||
|lastupdated=2025/ | |lastupdated=2025/11/12 | ||
|type=Music Apps | |type=Music Apps | ||
|version=0. | |version=0.5.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/dshomebrew2/nitroustracker.7z | |download=https://dlhb.gamebrew.org/dshomebrew2/nitroustracker.7z | ||
|website=https:// | |website=https://docs.asie.pl/nitroustracker/ | ||
|source=https://github.com/asiekierka/nitrotracker/ | |source=https://github.com/asiekierka/nitrotracker/ | ||
}} | }} | ||
| Line 15: | Line 15: | ||
It is a versatile tool for creating music - everywhere! It supports the popular XM file format that is used by many PC trackers and that can be played on many PC audio players such as Winamp or XMMS. | It is a versatile tool for creating music - everywhere! It supports the popular XM file format that is used by many PC trackers and that can be played on many PC audio players such as Winamp or XMMS. | ||
You can learn more about NitrousTracker on [https://docs.asie.pl/nitroustracker the official documentation website]. | |||
== Installation == | == Installation == | ||
| Line 23: | Line 25: | ||
== Changelog == | == Changelog == | ||
'''v0.5.0 2025/11/12''' | |||
* New features: | |||
** Interface theming support! (prayerie) | |||
*** Many themes are bundled with this release, with more to come. | |||
*** The .nttheme format is documented here: https://docs.asie.pl/nitroustracker/contributing/theming/ | |||
* Improvements: | |||
** Disabled live memory indicator updates, improving stability. | |||
** Slight tweaks to UI font and button layout. | |||
** Songs and samples are now saved as .tmp files first, preventing data loss if a crash occurs mid-saving. | |||
** Updated BlocksDS toolchain. | |||
* Fixes: | |||
** [<nowiki/>[https://github.com/NitrousTracker/nitroustracker/pull/146 #146]] fixed not displaying instrument values properly in edge cases, part 2 (Arikari405). | |||
** Fixed incorrectly trying to load .xm files with OpenMPT format hacks (prayerie). | |||
** Fixed regression in tab box rendering. | |||
** Fixed text being overzealously trimmed. | |||
** Fixed typewriter not showing when paused (prayerie). | |||
** General stability improvements and minor fixes. | |||
'''0.4.16 2025/10/22''' | '''0.4.16 2025/10/22''' | ||
* Improvements: | * Improvements: | ||
| Line 217: | Line 237: | ||
== Credits == | == Credits == | ||
NitrousTracker is built using a large number of components, each with their own distinct licenses: | |||
* NitrousTracker: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.nitrotracker GNU General Public License v3] | |||
** libdsmi: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.nitrotracker GNU Lesser General Public License v2.1] | |||
*** dserial: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.dserial BSD-3-Clause License] | |||
*** tinyusb: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.tinyusb MIT License] | |||
** libntxm: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.nitrotracker GNU General Public License v3] | |||
** tobkit: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.tobkit Apache License 2.0] | |||
* BlocksDS SDK: | |||
** crt0: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.crt0 Mozilla Public License v2] | |||
* | ** dswifi: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.dswifi MIT License] | ||
* | ** FatFs: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.fatfs FatFs License] | ||
* | ** libnds: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.libnds zlib License] | ||
* | ** lwIP: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.lwip BSD-3-Clause License] | ||
* | ** mbedTLS: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.mbedtls Apache License 2.0] | ||
* | ** picolibc: [https://github.com/NitrousTracker/nitroustracker/blob/new/licenses/COPYING.picolibc MIT/BSD-style licenses] | ||
* | |||
* | |||
* | |||
* | |||
* | |||
== External links == | == External links == | ||
* Official website - https://docs.asie.pl/nitroustracker/ | |||
* GitHub - https://github.com/asiekierka/nitrotracker/ | * GitHub - https://github.com/asiekierka/nitrotracker/ | ||
* The Mod Archive - https://modarchive.org/forums/index.php?topic=4510.0 | * The Mod Archive - https://modarchive.org/forums/index.php?topic=4510.0 | ||
Revision as of 23:32, 13 November 2025
| NitrousTracker | |
|---|---|
| General | |
| Author | NitrousTracker developers |
| Type | Music Apps |
| Version | 0.5.0 |
| License | GPL-3.0 |
| Last Updated | 2025/11/12 |
| Links | |
| Download | |
| Website | |
| Source | |
NitrousTracker is a fork of NitroTracker, a FastTracker II style tracker for the Nintendo DS originally created by 0xtob.
It is a versatile tool for creating music - everywhere! It supports the popular XM file format that is used by many PC trackers and that can be played on many PC audio players such as Winamp or XMMS.
You can learn more about NitrousTracker on the official documentation website.
Installation
Copy NitrousTracker and some music and samples to any folder of your memory card and start tracking.
Compatibility
Full DSi/3DS support (in DSi mode).
Changelog
v0.5.0 2025/11/12
- New features:
- Interface theming support! (prayerie)
- Many themes are bundled with this release, with more to come.
- The .nttheme format is documented here: https://docs.asie.pl/nitroustracker/contributing/theming/
- Interface theming support! (prayerie)
- Improvements:
- Disabled live memory indicator updates, improving stability.
- Slight tweaks to UI font and button layout.
- Songs and samples are now saved as .tmp files first, preventing data loss if a crash occurs mid-saving.
- Updated BlocksDS toolchain.
- Fixes:
- [#146] fixed not displaying instrument values properly in edge cases, part 2 (Arikari405).
- Fixed incorrectly trying to load .xm files with OpenMPT format hacks (prayerie).
- Fixed regression in tab box rendering.
- Fixed text being overzealously trimmed.
- Fixed typewriter not showing when paused (prayerie).
- General stability improvements and minor fixes.
0.4.16 2025/10/22
- Improvements:
- [#147] transpose buttons! hold R to transpose selection by an octave (Arikari405).
- updated BlocksDS toolchain.
- Fixes:
0.4.15 2025/07/12
- Improvements:
- DSMIDI now better handles polyphony (Rachel Birdy).
- updated BlocksDS toolchain.
- Fixes:
0.4.14 2025/04/26
- Improvements:
- actually enabled USB cartridge support for DSMIDI.
- updated BlocksDS toolchain.
Fixes:
- [#125] Fix playback regressions from v0.4.12.
0.4.13 2024/11/10
- Fixes:
0.4.12 2024/11/10
- New features:
- Improvements:
- minor maintenance work in libntxm.
- updated BlocksDS toolchain.
- updated DSMIDI NRIO USB support library.
- Fixes:
- fixed some scrollbar render issues in list boxes.
0.4.11 2024/11/04
- New features:
- DSMIDI support for NRIO/DS Linker Writer Slot-2 USB cartridges.
- This allows using a special cartridge with a mini-USB port to connect your DS to a PC as a MIDI device.
- More information available here.
- DSMIDI support for NRIO/DS Linker Writer Slot-2 USB cartridges.
- Improvements:
- updated BlocksDS toolchain to 1.6.2.
- the about screen now lists the version and the Git commit hash of the build.
0.4.10 2024/07/29
- New features:
- Support for Bxx XM command (exelotl).
- Support for EEx XM command (exelotl).
- Improvements:
- Updated BlocksDS toolchain to 1.3.0.
- Fixes:
- [#112] fixed freeze on recording long samples.
- Fixed XM pattern decoding bug leading to missing notes (exelotl).
0.4.9 2024/04/26
- New features:
- env sustain playback + configuration (LeviathaninWaves).
- Player now supports more pattern effects (LeviathaninWaves).
- Improvements:
- NitrousTracker now uses a distinct logo.
- Updated BlocksDS toolchain.
- Fixes:
- Fixed about message box width.
- Fixed crash if paths were set without trailing slashes in config file.
- Fixed combined loop and lock not working correctly.
- Fixed panning being incorrectly set (exelotl).
- Fixed sample panning slider (exelotl).
- Fixed saving of sample panning information (exelotl).
0.4.8 2024/11/28
- Improvements:
- Updated BlocksDS toolchain.
0.4.7 2023/11/27
- Improvements:
- Updated BlocksDS toolchain.
- Fixes:
- Fixed microphone recording length.
0.4.6 2023/11/10
- New features:
- Holding "clr" while playing music will now continue clearing notes.
- Improvements:
- fFster file I/O operations.
- Updated BlocksDS toolchain.
- Fixes:
- Fixed ".." appearing in root directory.
- Fixed pattern lock and loop being enabled at the same time.
0.4.5 2023/04/08
- New features:
- nowifi build: ~100K more free RAM, but no dsmidiwifi support.
- Scroll lock: loop pattern + detach cursor from song playback.
- The old "loop ptn" option has been moved to the pattern/song tab.
- Improvements:
- General layout adjustments
- Shaved ~10K more from the filesize/starting RAM usage.
- The "sel" button can now be used to clear a selectiont.
- Fixes:
- Fixed sample tune value not displaying correctly for values below -99.
- Fixed some directories being above ".." in file selector.
- General minor visual glitch fixes.
0.4.4-unofficial 2023/04/08
- New features:
- "Lock" option in pattern/song tab.
- Allows queueing patterns to be played without immediately jumping to them.
- New directory creation button in file manager.
- Mono/Stereo output override in the options tab.
- "Lock" option in pattern/song tab.
- Improvements:
- Sample highlight visual now darkens the sample area.
- Adjusted the pattern/song tab's button layout.
- Fixes:
- Fixed visual glitch upon a failed file save.
- Fixed visual glitches when font goes outside a list box.
- Further fixes to saving files in subdirectories.
- Provided missing license files.
0.4.3-unofficial 2023/04/07
- Improvements:
- Migrated to the BlocksDS toolchain.
- The most visible difference is about ~140KB more free RAM on start.
- Minor optimizations.
- Support renaming longer filenames.
- Migrated to the BlocksDS toolchain.
- Fixes:
- Fixed crash related to song renaming.
- Fixed loading 8-bit stereo .WAV files.
- Fixed minor memory leak when loading .WAV files.
- Fixed race condition causing some sample files to not be previewable.
0.4.2-beta 2023/02/19
- New features:
- In-tracker file deletion support (#5).
- Improvements:
- Further filesize reduction.
- Further improvements to file selector.
- Fixes:
- Fixed file selector crashing when tapping ".." on the root directory.
- Updated to devkitARM r59, libnds 1.8.2.
0.4.1-beta 2020/07/09
- New features:
- Full DSi/3DS support:
- Improved CPU/RAM specifications.
- Support for built-in SD card reader.
- Support for built-in microphone (with 16-bit samples).
- Undo/Redo buffer:
- Use undo and redo buttons in the UI to prevent mistakes.
- Currently limited to pattern operations (no order table/sample/instrument).
- Untested DS Easy Piano peripheral support.
- It is now possible to exit NitroTracker by tapping on the logo and selecting "exit" -> "yes".
- Full DSi/3DS support:
- Improvements:
- Pattern viewer:
- New, more readable 3x5 font.
- Slight tweak to font colors for better readability.
- Selections are now visible behind current row highlight.
- Pattern editing:
- ins/del/clr/--/vol now operate on selections in addition to single cells.
- Piano:
- Added the ability to slide your stylus on the keyboard (@reinvdwoerd).
- "Stop" immediately jumps back to top of pattern (@reinvdwoerd).
- NitroTracker now starts in the directory it's launched from.
- The "disk" tab is now only shown if a filesystem has been detected.
- The memory indicator is now dynamically updated as a .XM/.WAV file is being loaded.
- The config is now saved explicitly as opposed to automatically, to reduce SD card wear and improve UI performance.
- Major performance improvements to tobkit (widget drawing library).
- Minor performance improvements in other areas.
- Minor visual tweaks.
- Better mechanisms for checking free RAM.
- Pattern viewer:
- Fixes:
NitroTracker-unofficial 2020/07/05
- Additions:
- Full DSi mode support (including SD/MMC and microphone).
- New, more readable 3x5 font (for the pattern view).
- Soft reset support (hold START+SELECT).
- Untested DS Easy Piano support.
- Pressing "Stop" immediately jumps back to top. (reinvdwoerd)
- Dragging the pen across the piano now works. (inspired by reinvdwoerd)
- Bugfixes:
- Performance improvements to GUI drawing (some through fincs's fork).
- Fixed certain memory leaks in NTXM and NitroTracker (some through fincs's fork).
- Many edge case string handling fixes (some through fincs's fork).
Credits
NitrousTracker is built using a large number of components, each with their own distinct licenses:
- NitrousTracker: GNU General Public License v3
- libdsmi: GNU Lesser General Public License v2.1
- dserial: BSD-3-Clause License
- tinyusb: MIT License
- libntxm: GNU General Public License v3
- tobkit: Apache License 2.0
- libdsmi: GNU Lesser General Public License v2.1
- BlocksDS SDK:
- crt0: Mozilla Public License v2
- dswifi: MIT License
- FatFs: FatFs License
- libnds: zlib License
- lwIP: BSD-3-Clause License
- mbedTLS: Apache License 2.0
- picolibc: MIT/BSD-style licenses
External links
- Official website - https://docs.asie.pl/nitroustracker/
- GitHub - https://github.com/asiekierka/nitrotracker/
- The Mod Archive - https://modarchive.org/forums/index.php?topic=4510.0