Preset browser in one line height?
-
Before I wrap my head around it, maybe someone can easily answer this. I'm trying to make a preset browser at the bottom of my plugin, it should be in just one line and be more of a combo-box/pulldown menu. is it possible to style the general preset browser that way or would I have to build something from scratch like filling a combobox with the presets and managing load & save myself?
I'm not aiming at a big preset library, it's just a couple of delay/reverb presets so it wouldnt need subfolders per se... -
You'll need to create this yourself.
-
@d-healey I did have a look at the example projects, I remember Christoph making a post about custom preset browsers but it crashed...
-
@Morphoice For the effort you'd need to style the built in preset browser you may as well build it yourself.
I'm in a similar situation and just starting to build my own.
Would be good if there was a snippet for a simple preset browser. Shows a single list view of the available presets, No user save functionality. Just loading existing presets.
If I make anything that I'm remotely proud of I'll add it.
-
I think Christoph's post was about a custom preset system in addition to a custom preset browser - I can't remember.
It's quite simple to do what you want though I think.
Start by adding a combo box that shows the list of presets.
Engine.getUserPresetList()
will probably be your friend here.Then add a save button, if that's something you need. I made a video about this: