Export sample map as monolith
-
Could we have a way to, via scripting, convert loaded sample map to HLAC monolith?
If I build this project as a standalone app I can't save loaded sample map as HLAC monolith, it would be nice to have this option via scripting.
If it already is possible, please tell me how.
-
@ulrik said in Export sample map as monolith:
can't save loaded sample as HLAC monolith
Do you mean user loaded samples?
-
@d-healey said in Export sample map as monolith:
@ulrik said in Export sample map as monolith:
can't save loaded sample as HLAC monolith
Do you mean user loaded samples?
Yes.
If the user has loaded some samples and made a sample map, and then save this map as HLAC monolith -
@ulrik this is not trivial to implement because HISE expects the samplemaps in a compiled plugin to be embedded into the binary, so even if I would add a function to encode HLAC monoliths, you wouldn't be able to load samplemaps.
-
@Christoph-Hart said in Export sample map as monolith:
@ulrik this is not trivial to implement because HISE expects the samplemaps in a compiled plugin to be embedded into the binary,
Ok I see
so even if I would add a function to encode HLAC monoliths, you wouldn't be able to load samplemaps.
But it is possible to load external sample maps.xml, I do it in a helper tool I've built with Hise
-
@Christoph-Hart Here I have a standalone app (built with Hise), importing sample maps.xml and they load fine in the standalone sampler
videot -
@ulrik said in Export sample map as monolith:
But it is possible to load external sample maps.xml
Yes, there is an example project that does this if I remember correctly in the tutorial repo.
-
@d-healey Yes that is what I showed in the video, that it is possible