For some side project, I need to read out some data from MO3 files. Said project uses the "unofficial" reverse-engineered unmo3 code. I am aware that MO3 r5 added sample and instument filenames, which are stored as yet another zero-terminated string right after the sample / instrument name. However, this doesn't seem to be the only difference. After the names, 41 bytes of data follow in older format revisions. However, to prevent misalignment, I need to read two additional bytes in r5 files. Ian, can you shed some light on what those two extra bytes do?