Sample Map + Display Buffer? (c++ nodes and sample maps)
-
I've got this c++ sampler and I'm not sure how I'm supposed to interact with it using Hise?
Can display buffers be used in any way with it?I've noticed that when loaded into a hardcoded network, there is no option for external display buffer at all.
For loading sample maps using code we do it like this right?
use the {XYZ::SampleMap} wildcard, followed by the samplemap ID (without the .xml extension). So if your samplemap is called Piano.xml, then the string you pass into loadFile() is "{XYZ::SampleMap}Piano
-
@griffinboy Does this work for the sampler?