Traktor .TSI file format documentation? Thinking of creating an editor for Windows…
Editing more advanced mappings in Traktor is an absolute pain. Changing them later is even more so. I am getting to the point where I am considering dedicating some spare time on trying to create an editor (I am a developer) for Windows to give me extra flexibility.
Is there any documentation on the file format of the .tsi (after you base64 decode the content inside)? It would save time reverse-engineering it.
I am reverse-engineering the .tsi file format and have made some progress today. I think I mostly understand the file structure and I am now figuring out all flags and values. It’s very painful because it’s a binary file.