Preset browser
-
Hi All,
I've searched for more info on the preset browser to see if what I want is possible and it seems all I can find is other people asking if other things are possible, so I guess I'll add to that.
Is it possible to just a simple browser, a single line, that you can just left or right arrow through a list of presets and potentially expand to all the columns if clicked?
It seems like what I'll have to do is create a panel with the full browser on it and toggle visibility.
Thanks
Chris
-
@bfaudio said in Preset browser:
Is it possible to just a simple browser, a single line, that you can just left or right arrow through a list of presets and potentially expand to all the columns if clicked?
Yes, but you have to script that yourself. Check out Rhapsody, this is what I've done.
@bfaudio said in Preset browser:
It seems like what I'll have to do is create a panel with the full browser on it and toggle visibility.
And yes this is what you need to do for the full browser.
-
@d-healey Thanks, I'll check out the Rhapsody and work it out!
-
@d-healey just having a poke around with the rhapsody preset browser and noticed that when I create a few test presets and try to cycle through them it doesn’t work and just gives me an error saying ‘unknown function ‘getPatchIndex’.
Is this normal? Is there something that needs to be done before the browser works as intended? -
Are you using the Rhapsody template downloaded from within HISE or are you using the boilerplate code from the codeberg repo?
-
@d-healey codeberg repo
-
@bfaudio having said that, I've just created a new project with the version downloaded through hise and getting the same message on the console.
-
@bfaudio this is because i designed it to work in a particular way for my instruments which include this patch thing. I thought i'd removed it in the template version, i must have missed it.
I'll take a look tomorrow.
-
@d-healey oh right. all good!
-
Further to my previous posts, does anyone know what the pop-up that comes up when you're saving or creating a preset is called and can you alter it with LAF? I done the alert windows but this seems to be something else....
-
-
In
Presets.js
Go to line 191 and change it to
if (value)
-
@d-healey double Thankyou!