NSF to MUS

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
NSF to MUS
by on (#54311)
Any solution for this? I tried to make a music, but I need the original music from the nsf.

by on (#54312)
An NSF is a computer program to produce sound. Unless the sound engine is familiar (and documented at romhacking.net), you'd have to disassemble the program and document its music sequence data format before you can write a converter. Or you could emulate it, log writes to audio registers, and try to discern MIDI data from the sequence of volume/pitch data over time.