Add NitrousTracker - #625
Merged
Merged
Conversation
Test ResultsForgejo -- NitrousTracker/NitrousTracker
{
"forgejo": "NitrousTracker/NitrousTracker",
"forgejo_host": "codeberg.org",
"title": "NitrousTracker",
"author": "NitrousTracker contributors - original by Tobias Weyand",
"systems": [
"DS",
"3DS"
],
"categories": [
"app"
],
"website": "http://docs.asie.pl/nitroustracker/",
"icon": "https://codeberg.org/NitrousTracker/nitroustracker/raw/branch/develop/assets/icon48.png",
"long_description": "NitrousTracker is a fork of NitroTracker, a FastTracker II style tracker for the Nintendo DS originally created by 0xtob.\n\nA tracker is a type of music sequencer built around patterns which contain arrangements of notes and effects. NitrousTracker is built around the popular XM file format that is supported by many PC trackers.\n\nWith NitrousTracker, you can carry your XMs around in your DS and compose whenever and wherever you feel like it. You might be thinking something along the lines of \u201cTracking on a handheld console? Sounds like a pain\u201d. However, thanks to the stylus-operated touch display of the DS, it\u2019s quite easy. You can compose your melodies using an on-screen keyboard, directly edit your patterns by making selections, copying and pasting - all using the stylus. And that\u2019s not where it ends: If you don\u2019t have any samples on hand, make your own with the DS\u2019s microphone. You can even replace the samples in existing songs with your own recorded ones! There are many possibilities already and there will be even more.",
"download_filter": "-(n3ds|nds)\\.zip",
"archive": {
"NitrousTracker-(.*)-n3ds\\.zip": {
"nitroustracker.3dsx": [
"nitroustracker.3dsx"
]
},
"NitrousTracker-(.*)-nds\\.zip": {
"nitroustracker.nds": [
"nitroustracker.nds"
],
"nitroustracker.midi.nds": [
"nitroustracker.midi.nds"
]
}
},
"stars": 6,
"description": "Unofficial fork of 0xtob's NitroTracker, a Fasttracker II-style tracker for the DS.",
"avatar": "https://codeberg.org/avatars/dfbeab2ccbd74b48c2eded683b6fc5fe8c64ad01d4a41725cc263d2522c26b4e",
"source": "https://codeberg.org/NitrousTracker/nitroustracker",
"created": "2026-07-24T13:42:31Z",
"download_page": "https://codeberg.org/NitrousTracker/NitrousTracker/releases",
"version": "release/0.6.5",
"version_title": "NitrousTracker v0.6.5",
"update_notes_md": "Fixes:\n\n- fix off by one sample read error in ping pong loops\n- fix potential song timing issues",
"update_notes": "<p>Fixes:</p>\n<ul>\n<li>fix off by one sample read error in ping pong loops</li>\n<li>fix potential song timing issues</li>\n</ul>\n",
"updated": "2026-07-15T19:53:17Z",
"downloads": {
"NitrousTracker-0.6.5-nds.zip": {
"url": "https://codeberg.org/NitrousTracker/nitroustracker/releases/download/release%2F0.6.5/NitrousTracker-0.6.5-nds.zip",
"size": 2499709,
"size_str": "2 MiB"
}
},
"prerelease": {
"downloads": {
"NitrousTracker-0.7.0b3-n3ds.zip": {
"url": "https://codeberg.org/NitrousTracker/nitroustracker/releases/download/release%2F0.7.0b3/NitrousTracker-0.7.0b3-n3ds.zip",
"size": 1891646,
"size_str": "1 MiB"
},
"NitrousTracker-0.7.0b3-nds.zip": {
"url": "https://codeberg.org/NitrousTracker/nitroustracker/releases/download/release%2F0.7.0b3/NitrousTracker-0.7.0b3-nds.zip",
"size": 2556205,
"size_str": "2 MiB"
}
},
"download_page": "https://codeberg.org/NitrousTracker/nitroustracker/releases/tag/release/0.7.0b3",
"version_title": "NitrousTracker v0.7.0 beta 3",
"version": "release/0.7.0b3",
"update_notes_md": "**This is a beta release!** Report any issues found via the Codeberg repository.\n\nNew features:\n\n- native 3DS port!\n - pros: bigger screens, more channels supported (16 -> 32), more sample RAM\n - cons: slightly higher audio latency\n- playback engine migrated to a port of the FastTracker 2 play routine!\n - much better playback accuracy and near-complete effect support\n - note: this may require tweaks to old songs which depended on NitroTracker play routine quirks. some\n quirks are adjusted for on load - resaving such songs should make them play more accurately in\n FT2-compatible players as well.\n- added support for inputting most effects\n- [#35] added support for loading and saving instruments (.xi files)\n- added support for configuring instrument panning envelopes\n- added support for configuring instrument envelope loops\n- [#106] added support for configuring instrument vibrato\n- added support for editing note components with buttons only - use A / A + D-Pad\n- [#273] added support for previewing samples while the song is playing\n- [#65] added support for importing .mod files\n- 3DS: open the NitrousTracker manual directly from the program\n- NDS: updated BlocksDS to 1.22.2\n\nImprovements:\n\n- 24/32-bit wav samples now load faster\n- browsing themes no longer pauses playback\n- fx keyboard now supports pen sliding (prayerie)\n- greatly improved bpm/timing accuracy\n- [#230] loop points are now retained when disabling and re-enabling sample loop\n- NDS: debug build now shows wifi debug messages\n- numerous minor ui/ux tweaks (prayerie)\n- sample snapping to zero crossing now respects zoom level\n- themes are now bundled within the .nds/.3dsx file\n\nFixes:\n\n- [#152] fixed inconsistent sample preview looping behaviour\n- [#148] fixed sustain envelope not working in certain situations\n- fixed DSi mode frequency setting not being applied on load\n- fixed default sample/instrument filenames containing prohibited characters\n- fixed file corruption when out of memory and trying to save .xm files with 8-bit samples",
"update_notes": "<p><strong>This is a beta release!</strong> Report any issues found via the Codeberg repository.</p>\n<p>New features:</p>\n<ul>\n<li>native 3DS port!\n<ul>\n<li>pros: bigger screens, more channels supported (16 -> 32), more sample RAM</li>\n<li>cons: slightly higher audio latency</li>\n</ul>\n</li>\n<li>playback engine migrated to a port of the FastTracker 2 play routine!\n<ul>\n<li>much better playback accuracy and near-complete effect support</li>\n<li>note: this may require tweaks to old songs which depended on NitroTracker play routine quirks. some\nquirks are adjusted for on load - resaving such songs should make them play more accurately in\nFT2-compatible players as well.</li>\n</ul>\n</li>\n<li>added support for inputting most effects</li>\n<li>[#35] added support for loading and saving instruments (.xi files)</li>\n<li>added support for configuring instrument panning envelopes</li>\n<li>added support for configuring instrument envelope loops</li>\n<li>[#106] added support for configuring instrument vibrato</li>\n<li>added support for editing note components with buttons only - use A / A + D-Pad</li>\n<li>[#273] added support for previewing samples while the song is playing</li>\n<li>[#65] added support for importing .mod files</li>\n<li>3DS: open the NitrousTracker manual directly from the program</li>\n<li>NDS: updated BlocksDS to 1.22.2</li>\n</ul>\n<p>Improvements:</p>\n<ul>\n<li>24/32-bit wav samples now load faster</li>\n<li>browsing themes no longer pauses playback</li>\n<li>fx keyboard now supports pen sliding (prayerie)</li>\n<li>greatly improved bpm/timing accuracy</li>\n<li>[#230] loop points are now retained when disabling and re-enabling sample loop</li>\n<li>NDS: debug build now shows wifi debug messages</li>\n<li>numerous minor ui/ux tweaks (prayerie)</li>\n<li>sample snapping to zero crossing now respects zoom level</li>\n<li>themes are now bundled within the .nds/.3dsx file</li>\n</ul>\n<p>Fixes:</p>\n<ul>\n<li>[#152] fixed inconsistent sample preview looping behaviour</li>\n<li>[#148] fixed sustain envelope not working in certain situations</li>\n<li>fixed DSi mode frequency setting not being applied on load</li>\n<li>fixed default sample/instrument filenames containing prohibited characters</li>\n<li>fixed file corruption when out of memory and trying to save .xm files with 8-bit samples</li>\n</ul>\n",
"updated": "2026-08-08T12:51:07Z"
},
"llm_generation": "unknown",
"image": "https://codeberg.org/NitrousTracker/nitroustracker/raw/branch/develop/assets/icon48.png",
"image_length": 1291,
"icon_index": -1,
"color": "#876f18",
"color_bg": "#806917"
}https://codeberg.org/NitrousTracker/nitroustracker/raw/branch/develop/assets/icon48.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.