We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

AddMusic405

From SnesLab
Revision as of 13:49, 24 January 2020 by Tcdw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

HuFlungDu's Addmusic v4.05 is the first version of AddMusic that guarantees compatibility of real SNES and accurate emulators. It's developed by HuFlungDu and bases on Romi's Unofficial AddMusic 4.04.

It was one of the Addmusic versions officially supported by SMW Central until AddMusicK is officially released.

Notable Features

  • Direct write to DSP command. The command is commonly used for setting correct echo buffer starting position to ensure no echo buffer overflow would happen.
  • Semitone tuning. Unlike AddMusicM, this command is handled by the SPC engine, so it's possible to make notes higher than o6a as long as the pitch is not exceeded 0x3FFF.
  • SPC Data write. With this, you can actually expand the original instrument table (at $6136) to make your own custom instruments.
  • SPC Code write. You can write your own SPC700 code and execute that; though it's rarely used by porters.
  • Echo delay can be up to $07 depending on the insert size of a song.
  • ADSR and custom sample commands are officially supported and standardized.