ch1 samples in expansion
-
Everything work fine until i don't change wav samples to monolith
-
@arminh said in ch1 samples in expansion:
@arminh if i upload my project you can check what's going on?
Sure
-
@d-healey ok i propably figured it out, first i must copy wav samples to expansion/sample folder then paste them to hise and create sample map and monolith and after this i can delete wav files. I tried this few times and think it's work. But now i have another problem. I created presets in each expansion and i can see them in compiled plugin. Here's link https://we.tl/t-bDpYddkjEp
-
@arminh said in ch1 samples in expansion:
now i have another problem. I created presets in each expansion and i can see them in compiled plugin.
Not sure what the issue is, don't you want to be able to see them?
-
@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?