https://github.com/bobbicodes/mecca-nsf
Nintendo NES Sound Format (.nsf) reader
https://github.com/bobbicodes/mecca-nsf
Last synced: about 1 year ago
JSON representation
Nintendo NES Sound Format (.nsf) reader
- Host: GitHub
- URL: https://github.com/bobbicodes/mecca-nsf
- Owner: bobbicodes
- Created: 2019-11-03T19:50:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T01:53:02.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:42:49.576Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://porkostomus.github.io/mecca-nsf/
- Size: 7.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mecca-nsf
Parser for reading [NSF files](https://wiki.nesdev.com/w/index.php/NSF)
This is much easier said than done. NES music is literally written in 6502 machine code, and as far as I can tell there is no reliable way of extracting the note data. Seems fairly straightforward and well documented however, so I will be steadily working on this.
