Welcome to the new and improved Native Instruments online community. Join our active forum of 40,000+ members for discussions and much more.

.txt -> .tsi

oviwan
oviwan Member Posts: 66 Member

Is there a way to compile a plain text file into a tsi file?

Best Answer

  • lord-carlos
    lord-carlos Member Posts: 650 Guru
    Answer ✓

    Ah, yes. Now I see it. It's a normal XML, but with some weird <Entry stuff that contains a long as Value string.

    That is a bummer.

    You could take a look at how cmdr decodes that. https://github.com/cmdr-editor/cmdr

    Might be base64?

Answers

  • lord-carlos
    lord-carlos Member Posts: 650 Guru
    edited October 2022

    Is a .tsi file not plain text?

  • oviwan
    oviwan Member Posts: 66 Member

    Well, it is, but it's not readable. I'm looking for a way to edit mappings in a text editor...

  • lord-carlos
    lord-carlos Member Posts: 650 Guru
    Answer ✓

    Ah, yes. Now I see it. It's a normal XML, but with some weird <Entry stuff that contains a long as Value string.

    That is a bummer.

    You could take a look at how cmdr decodes that. https://github.com/cmdr-editor/cmdr

    Might be base64?

Back To Top