Skip to content

Releases: asiekierka/nitrotracker

NitrousTracker 0.4.10

08 Jul 18:55
Compare
Choose a tag to compare

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)

NitrousTracker 0.4.9

26 Apr 13:21
Compare
Choose a tag to compare

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)

NitrousTracker 0.4.8

27 Nov 16:02
Compare
Choose a tag to compare

Improvements:

  • updated BlocksDS toolchain

NitrousTracker 0.4.7

26 Nov 21:37
Compare
Choose a tag to compare

Improvements:

  • updated BlocksDS toolchain

Fixes:

  • fixed microphone recording length

NitrousTracker 0.4.6

10 Nov 09:48
Compare
Choose a tag to compare

(I doubt this release will fix any of the bugs, but given how much work has happened on the toolchain since 0.4.5, might as well see if the toolchain update alone helps with some things.)

New features:

  • holding "clr" while playing music will now continue clearing notes

Improvements:

  • faster file I/O operations
  • updated BlocksDS toolchain

Fixes:

  • fixed ".." appearing in root directory
  • fixed pattern lock and loop being enabled at the same time

NitrousTracker 0.4.5

08 Apr 20:30
Compare
Choose a tag to compare

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

This is probably the final update from this development burst (sprint?).

NitroTracker 0.4.4-unofficial

07 Apr 20:39
Compare
Choose a tag to compare

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

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

NitroTracker 0.4.3-unofficial

07 Apr 14:43
Compare
Choose a tag to compare

Improvements:

  • migrated to the BlocksDS toolchain
    • the most visible difference is about ~140KB more free RAM on start
  • minor optimizations
  • support renaming longer filenames

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

NitroTracker-unofficial 0.4.2-beta

19 Feb 11:13
Compare
Choose a tag to compare

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

I've also re-worked the build system a little - it's now using Git submodules, hopefully making it easier to build the source code locally.

NitroTracker-unofficial 0.4.1-beta

09 Jul 15:19
Compare
Choose a tag to compare

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"

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

Fixes:

  • settings now work even without a filesystem (@0xtob)
  • fixed file browser crashing after deleting a folder (@0xtob)
  • slight improvements to executable size
  • fixed many memory leaks (including fixes by @fincs)
  • updated to devkitARM r54, libnds 1.8.0