Hey fellow Vital users!
I’ve been working on a little side project that I think could be helpful for all of us dealing with large libraries of presets for the Vital Synth.
I wanted a way to automatically organize them by their “preset style” (e.g., Bass, Leads, Pads, etc.).
That’s why I created the Vital Preset Organizer — a simple tool that scans a folder full of .vital preset files, extracts their preset_style, and sorts them into subfolders based on their style.
If you have a ton of presets in one folder, this tool can save you hours!
How It Works:
The tool looks for .vital files in the folder where the app is run.
It reads the preset_style field from each preset file and then moves the files into folders like /Bass, /Leads, /Pads, etc., depending on the style.
The end result? A neatly organized folder structure, where all your basses, leads, and ambient sounds are grouped together automatically.
Current Features:
Automatic sorting: No need to manually move files anymore — just drop them in the folder, and the app handles the rest.
Non-destructive: The original files aren’t modified in any way, they’re just moved.
Lightweight: It’s a console application, so there’s no GUI bloat — just a simple tool that does its job.
What’s Next?
I’m currently looking for feedback from other Vital users to see how this tool can be improved. I’m open to suggestions for additional features (maybe sorting by more metadata or adding a GUI if there’s interest?).
Download and Try It Out:
Download Vital Preset Organizer v0.2
The project is free to use for personal purposes only — please don’t sell it or use it commercially.
Guide
Simply download the exe file and place it in your root folder containing your .vital presets.
It will then run through all folders and files in search of Vital Presets and sort them according to the preset style.
Example
Suppose the folder containing your .vital
files looks like this:
/Presets/
|- preset1.vital
|- preset2.vital
|- preset3.vital
After running the application, the folder will be organized like this (by their style):
/Presets/
/SortedPresets/
/Ambient/
|- preset1.vital
/Bass/
|- preset2.vital
/Leads/
|- preset3.vital
I’m excited to share it with everyone here and hope it helps make managing your presets easier. Feel free to drop a comment below if you have any thoughts, ideas.
Cheers,
Broken Holiday
(Vital Preset Organizer Developer)