Customisation of NumAudioFiles = 1 ?
-
Using NumAudioFiles = 1; gives you something like this:
I am wondering if it is possible to customise this. Can I remove certain features for my external node?
For instance I only require single sample mode, and not the other two, and I don't need draggable handles on the sampler, or a modoutput.Thanks. Apologies for all the C++ scriptnode questions in one day.
-
@griffinboy take a look at the convolution node on how to remove sfz and samplemap as option:
HISE/hi_dsp_library/dsp_nodes/ConvolutionNode.cpp at 9b36b4602c0b8fe6934bf05e43426245a6250e03 · christophhart/HISE
The open source framework for sample based instruments - HISE/hi_dsp_library/dsp_nodes/ConvolutionNode.cpp at 9b36b4602c0b8fe6934bf05e43426245a6250e03 · christophhart/HISE
GitHub (github.com)
The mod dragger should disappear if you remove the handleModulation method from your node.
-
Thanks for all your help today!
I'm looking forward to giving back to the Hise community.
Diving into the source code, I really appreciate all the work you have done, there is some lovely code and it's been fun trying to unpick everything.
Thank you for giving us this fantastic tool.
-
G griffinboy marked this topic as a question on
-
G griffinboy has marked this topic as solved on