Samplemaps for future usage
-
@arminh
Yeah, and EXPANSION_EDITING (or whatever it's called) as well.@coreyu21 said in Samplemaps for future usage:
the expansion system does not work if the user can not reload the expansion on Init e.g. a combo box or something similar.
For me that isn't an issue. The user loads up my plugin in their DAW and then selects the expansion and preset they want to use. I don't need it to load with anything to start with. Just like how when you open Kontakt it has no patches loaded.
-
@d-healey i compiled hise with flag and now it's not work for me. I created expansion and wanted to create sample map and monolith and after it i have something like this ...
-
@d-healey so In your plugin, when the user creates a project; saves the project; and then reopens the project down the road, the user has to reload the expansion pack in the plugin that was used with the project?..just curious as this is what I’m trying to avoid
-
@coreyu21 You mean saves a project in their DAW? I haven't tested it but I would assume it just saves the state of the instrument as it does when not using expansions.
-
-
@d-healey still not work for me :/ Its problem with creating monolith.
-
@arminh Make a new project, add a sampler, use that to create all of your sample maps and monoliths. Then move them to the correct expansion folders.
-
@d-healey ok i did as you said but its not workin like should because i need store samples inside Expansion folder and second thing is that everytime i have popup about problem with finding samples.
-
@arminh
Why can't you move the samples to the expansion folder?You need to disable the sample locate popup and handle it manually using your installer.
-
@d-healey yea that’s my issue is the user will reopen their saved project and have to find the expansion and sample used for the daw to play whatever was saved. And being a sampler, the user will have multiple plugins in a project with different sounds. So having to find all of the sounds previously saved doesn’t work for me unfortunately
-
@coreyu21 I'll be trying this out soon. Which DAWs have you tested?
-
@d-healey we use acid pro right now but any should work I think. When I reload the project the expansion combo box is reset which doesn’t let the preset browser load the saved sample because it reads no expansion in the combo box. I believe when we talked about this in the past you said it was a circular loop error in the c++ or something like of that sort
-
@coreyu21 So the instrument doesn't have any sample maps loaded when you reopen the project?
-
@d-healey actually I cant even get that far because when I load the expansion in the combo box, with save in preset on, and click a sample in preset browser it automatically resets. The combo box. With save in preset off, the user cannot load the previously saved sample selected because save in preset is off. There’s gotta be an error somewhere.
-
Yeah you'll need saveInPreset to be disabled for the expansions. Then when the user reloads the project is should load up with the last saved preset (but it won't be selected in the preset browser, although I think Christoph has fixed that recently).
-
Ok, i can read samples from main samples folder but again have problem with reading expansion userpresets in plugin. In hise everything works fine. I compiled hise with both flags. Any idea?
-
Have you put the expansion into the AppData folder?
-
@d-healey yes
-
@arminh Then I don't know the answer, it works for me.
-
@d-healey interesting. I’ll have a look when I get home. Is this possible fix on the most current build? I believe I’m using a late January build