I want to write a parser for .sid files (music for C64 chiptunes) to extract some patterns into notes. I search for format and found this: http://cpansearch.perl.org/src/LALA/Audio-SID-3.11/SID_file_format.txt
I can read the header as in that document, but I don't understand how to extract individual notes and output them.
I search for ready converters and found these:
- http://www.vgmpf.com/Wiki/index.php?title=SID_to_MIDI_(Windows) and - very old, doesn't work
- ... - very very old, output empty file
- ... - just a forum discussion
That is I found some more but StackOverflow says that I can't post more than 2 links.
Please help. Sorry for my bad English. Thank for your consideration!