Samplemaps for future usage
-
Yeah i know but @Christoph-Hart told that it's not usable in this state
-
@arminh Are you sure he wasn't referring to the updates he's been adding recently? The expansion system seems totally usable to me, although there is no installer so you have to handle that yourself.
-
@d-healey installer is no problem for me but i remember that there was problem with saveInPreset.
-
@d-healey ok i checked again expansion system and everything work! Wow! Please tell me is there option to save presets from presetbrowser in expansion user preset folder?
-
@arminh I thought that was the default behaviour, when the expansion is loaded it should automatically switch to the correct presets folder.
-
Unfortunately not. I chaning expansion and i see presets from main UserPresets folder not expansion.
-
@arminh Are you using a recent build of HISE?
-
@d-healey nope, i tried latest scriptnode release but when i createing expansion hise just close itself. Im using this commit
https://github.com/christophhart/HISE/commit/bf968d90af8ab93213a650816bc9a0764f5b5ca2 -
Weird, it should definitely be there because it was added last year - https://forum.hise.audio/topic/1797/expansion-user-presets
-
@d-healey we still need build hise with HISE_ENABLE_EXPANSIONS flag?
-
Hey guys. Good to hear about all the progress put into the engine, very exciting! In my opinion, the expansion system does not work if the user can not reload the expansion on Init e.g. a combo box or something similar.
Everything else works as intended. @d-healey has this been resolved in a recent commit? I’m getting conflicting answers and was wondering if you knew anything else about this situation. Thank you.
-
@coreyu21 but user can change expansion packs if you write it in script
-
@arminh I know. I created my own expansion system with the preset browser. It’s not efficient by any means but works. It would just be nice to use the expansion system included but there’s no way for a user to pull the correct expansion when they load the plugin(which I tried to fix in c++ multiple times) as this is an important feature for me to have. Thank you though I’ll keep working at it.
-
@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.