Skip to content

Releases: Dn-Programming-Core-Management/Dn-FamiTracker

Dn0.5.3

Choose a tag to compare

@github-actions github-actions released this 25 May 11:22
3d2549a

Dn0.5.3 - 2026-05-25

Improvements

  • Clarify NSF driver licensing (@Gumball2415 #401)
  • Replace addition loop to the actual multiplication (@HeeminTV #400)
    • This worked before 0CC, which had table-per-instrument limit of 16, but as it's now 64, the usage of CPU cycles in this loop became massive
  • Slighly unroll the loop for writing to $4800 (@HeeminTV #400)

Bug fixes

Internal

Dn0.5.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 10:35
Dn0.5.2.0
b4ea10d

Dn0.5.2 - 2025-08-18

Important changes

Improvements

  • Refactor and adjust tracker register view (@Gumball2415 #338)
    • Refactor pitch, volume, and note drawing functions
    • Apply OETF gamma 2.2 for viewing low volume values
    • Reduce magic constants in source
    • Add tone tints for 5B, FDS, and 2A03 periodic noise
    • Implement pitched 2A03 periodic noise pitch-volume indicator
    • Implement logarithmic level for VRC7 pitch-volume indicator
  • Pick song length mode when typing length time in WAV export dialog (@nyanpasu64 #346)
  • Add dialog indication for failed version check (@Gumball2415 #371 #376)

Bug fixes

Internal

Dn0.5.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jan 06:45
Dn0.5.1.1
18428fb

Dn0.5.1.1 - 2025-01-13

Hotfixes

Internal

Dn0.5.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 07:14
Dn0.5.1.0
680c772

Dn0.5.1.0 - 2025-01-07

Important changes

Improvements

Bug fixes

Internal

  • Compact commit hash variable initialization in build artifact script (@Gumball2415 #310)
  • Update GitHub Actions script for generating draft releases (@Gumball2415 #252 #310)
    • Using action-gh-release as it is more recently maintained.
  • Remove AppVeyor CI integration (@Gumball2415 #283 #310)
    • AppVeyor is less convenient than GitHub Actions as it is much slower to complete multiple builds.
  • Update version_update.md to be a checklist guide (@Gumball2415 #310)

Dn0.5.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jan 07:33
Dn0.5.0.2
316e1ab

Dn0.5.0.2 - 2024-01-13

Important changes

Bug fixes

Internal

Dn0.5.0.1

Choose a tag to compare

@Gumball2415 Gumball2415 released this 10 May 15:26
633eaec

Dn0.5.0.1 - 2023-05-10

Important changes

Improvements

Bug fixes

Internal

Dn0.5.0.0

Choose a tag to compare

@Gumball2415 Gumball2415 released this 19 Dec 04:42
be370e4

Dn0.5.0.0 - 2022-12-19

Advisory

This version has broken module saving functions, which may corrupt your modules upon saving.

Please use the latest version!

Important changes

  • Dn-FamiTracker modules are no longer backwards compatible with "vanilla" and 0CC FamiTracker.
  • Dn-FamiTracker Demo Compo 1 modules are now added
  • N163 emulation core is replaced with Mesen's
  • New effects: =xx, and Nxy
  • Exports are now updated (text, NSF/NSFe, binary, asm)
  • NSF2 export added
  • External OPLL option (export only available for NSFe/NSF2)
  • Per-module expansion mixing (export only available for NSFe/NSF2)
  • Hardware-based module expansion mixing (export only available for NSFe/NSF2)
  • DirectSound backend now replaced with WASAPI

Additions

Improvements

Bug fixes

Internal

Dn0.4.0.1

Choose a tag to compare

@Gumball2415 Gumball2415 released this 14 Sep 08:00

Dn0.4.0.1 - 2021-09-14

Patch fixes

Dn0.4.0.0

Choose a tag to compare

@Gumball2415 Gumball2415 released this 13 Sep 17:13

Dn0.4.0.0 - 2021-09-13

Notice: the version numbers in the .exe are wrong, please ignore it.

Important changes

Additions:

Improvements:

Bug fixes:

Internal:

Dn0.3.1.0

Choose a tag to compare

@Gumball2415 Gumball2415 released this 29 Jun 18:32

Dn0.3.1.0 - 2021-06-30

Important changes

  • N163 and 5B expansion audio mixing has been restored to 0.2.1 levels (@nyanpasu64 #66)
  • Adjusted APU 2 levels to match blargg's original formula (@Gumball2415 #69)

Additions

  • Added a textbox for patch editing within the VRC7 instrument editor (@Gumball2415 #60)

Improvements

Bug fixes

  • Fix VRC7 hardware patch bank presets not reading properly (@Gumball2415 #60)
  • Fix crash when increasing engine speed with VRC7 enabled (@nyanpasu64 #62)
  • Fix N163 and 5B mixing levels which were swapped in 0.3.0 (causing N163 to be louder and 5B to be quieter) (@nyanpasu64 #66)

Internal