I was trying to convert a few .SND files extracted from a SCI32 game to regular MIDI files, and, of course, found out that there are no utilities that could convert them yet... so, I thought of writing one on my own, if I could find some information. Are there any specifications of the newer SND format(s)? So far, I only found the description of SNDs used in the older SCI (and there is a converter for those). What are the differences between the new and old formats? Is it enough to, as was the case with the old SND files, basically replace their header with a MIDI header, or are they e.g. a completely different format?