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:
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.
-
-