Because there where some hickups with patch level updates and “won’t load” errors in the past, I took a look into the File-Format. It seems it contains references to the synth version it has been created with and to a patch file format version…
How did I make the patch file readable? It’s a simple JSON plain text format.
I have opened it with notepad++ added JSTools Extension to notepad++ and then formated it in order to get this structured and line by line view you can see in the picture.
So if you are really desperate to use the patch of a person who already has the new synth, but it won’t load into your version … you can try to go into the patch text file and replace all let’s say “1.0.5” to “1.0.3” …
Please let’s not discuss why there might be or not be reasons to be stuck on a older version.
I just give information here.
BTW: In the screenshot you can even see that the wavetables are contained in the patch as a base64 encoded text blob (base64 means: start with binary data and encode it in text … this means a 3:2 lenght increase in data size).
] Peter:H [