Convolution.setFile function not found
-
As per https://docs.hise.audio/hise-modules/effects/list/convolution.html#parameters
How to load an IR into the convolution reverb module? Unlike the one in the ScriptNode, I don't see a way to do load an external audio file, pull that reference into the script and then alter that using the Audiofile API.
-
setFile
is not a member of the effect class. You'll need to get your reference as an AudioSampleProcessor I think. -
@d-healey You're right. I auto-piloted the first step.
Create a typed Audio Sample Script Reference with right click
I used the generic reference option.
Thanks, David. For responding so quickly on a Sunday evening, too