ch1 samples in expansion
-
@d-healey I would like to see them but they are only visible in HISE and not in the plugin
-
@arminh Oh now I see. Did you put them in the appdata folder?
-
@d-healey yes, they are.
-
@arminh Could you show me the folder structure you're using in appData?
-
@d-healey sure
-
@arminh Well it all looks good to me, I'm not sure why it's not working...
-
@d-healey i created now preset in DAW and it's created in normal UserPresets folder instead of expansion folder.
-
I think we need @Christoph-Hart input.
-
yea there’s something weird going with the preset browser system when using the expansion scripting system. My presets show but when saveInPreset is enabled, click to load preset refreshes the browser and nothing saves. Tried saving presets multiple times. I guess it’s onto learning c++ as it’s the last step needed for myself. If anybody has a workaround or had ideas would be helpfull
-
@coreyu21 you must disable saveInPreset on expansion picker
-
@arminh how would you recall your settings when a user reopens the plugin. That’s the issue I have. I can’t seem to save an expansion in preset whether it’s the expansion picker or hidden control etc..
-
@coreyu21 You can't save an expansion in a preset. And HISE doesn't (yet) have a concept of a default preset :(
-
@d-healey ok thanks. Been taking a look at the c++. Looks like expansion picker pulls the preset browser component on a loop therefore resets when saved. I was also thinking would it be possible to just create multiple copies of the preset browser component code, use the base project folder for expansions and locate user presets in each preset browser component? Not sure if that would work or mess everything up.
-
@Christoph-Hart any suggestions?