Presets don't add to exported VST
- 
I have one category and 15 presets inside my UserPresets folder but when I exporting plugin they're not added into instruments preset list. I've checked embed audio files.
 - 
Any help?
 - 
@arminh export your presets and then (in the manual) tell the user how to import them
 - 
@Lindon there's no easier way?
 - 
When you open the VST in a DAW for the first time HISE should automatically extract the presets. When you reload the instrument they will be accessible in the preset browser.
 - 
@arminh Yes they have been added. But you only need to click the bank > category > preset manually.
The problem is Hise is not selecting first preset automatically. So the user think that there are no presets. But you can solve this issue with that;
Engine.loadNextUserPreset(true);Just insert it in the on init code. The plugin select automatically first preset on every initialization ;)