Tried to use presets from this bank in Vital 1.5.5, got an error message saying “There was an error opening the preset. Preset was created with a newer version.”
From what I’ve been able to gather from the non-existing changelogs from 1.5.5 to 1.6.4, there have been no changes made to the synth engine. So my assumption, which may be wrong, is that the information inside each preset file is the same (or some compatible subset) in 1.5.5. Here’s what I did:
Go to directory of preset (right-click on preset in Vital), and open a bash shell (WSL or Git Bash on Windows).
$ sed -i s/\"version\":\"1.6.4\"/\"version\":\"1.5.5\"/g *
$ sed -i s/\"synth_version\":\"1.6.4\"/\"synth_version\":\"1.5.5\"/g *
This does a search-replace of the vesion strings inside each preset file (which are json, from what I could gather).