DataGreed / polyendtracker-midi-export

An effort to create a MIDI exporter for Polyend tracker project files
MIT License
28 stars 2 forks source link

Last 4 bytes may be CRC32 #2

Open ejconlon opened 2 years ago

ejconlon commented 2 years ago

I did some work on .pti files and found the last quartet of the header was a CRC32 of the preceding structure. It may be the same here! I will have a go and let you know sometime.

DataGreed commented 2 years ago

@ejconlon thanks! Would really appreciate it

ejconlon commented 2 years ago

I checked on a few files and it seems to be the case (in every PT format) that the files have a magic code, fixed length data, CRC32, then any variable length data: https://github.com/ejconlon/polyendtracker-formats

DataGreed commented 2 years ago

@ejconlon nice find, thanks!