Convolution Reverb don't render/load when compile VST3
-
In my case, i got this in Hise version 3.03 (latest one download from website), and version 3.0.0. I create a Convolution Reverb, then load an impulse file. Everything work well in HISE, but not work after compiled. (I try on Studio one 6). I test with an old projects then got the same problem (v2.0.0 work like a charm with that one, no bug).
I report this, if here a bug, please help me fix. Or my manual with Convolution Reverb didn't correct.
Thank for help! -
@田伯光 I will try this
Engine.loadAudioFilesIntoPool();//ConvoRev Controls
const var ConvolutionReverb = Synth.getAudioSampleProcessor("Convolution Reverb");
const var ComboBox1 = Content.getComponent("ComboBox1");
ComboBox1.setControlCallback(loadImpulse);inline function loadImpulse(control, value)
{
ConvolutionReverb.setFile("{PROJECT_FOLDER}"+ control.getItemText() + ".wav");
} -
@田伯光 I have seen problem already. Thanks
https://forum.hise.audio/topic/819/convolution-reverb/7?_=1688220718285