Preset browser
-
@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!