110 vital presets ive made over the years, all free

been making and sharing vital presets on and off since 2023 mostly for r&b lo-fi chillout and trap stuff

over time they ended up all over different releases and folders so i figured id just put everything together in one collection called still

theres 110 presets in total mostly keys plucks and pads + some basses and synths too

since they were made at different times theres a pretty wide mix of sounds in there and it doesnt really stick to one specific style

the whole thing is completely free and i put a few audio previews on the site so u can hear some of them before downloading

u can check it out / grab it here

hope u find a few sounds in there that are useful





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.”

Download 1.6.4.

Won’t be installing anything beyond 1.5.5 yet with all the problems people have been having. Got them working, though.

Great presets, thank you very much azpexaudio!

1 Like

How ? :smiley:

I want to know too how you made them work if you are kind to share, please.

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).

This worked for me. YMMV.

1 Like