Posted: 21 Aug 2016, 09:57
Hello all,
I have a question which looks probably stupid, but after hours of testing, I can not find a solution for it
I have a patch with a VST plugin, and I need to send default values to some VST parameters when the patch is loaded. I have connected CONST modules to the VST parameters inputs. The CONST modules are programmed with values 0.5, 0, 1, 0.5, 0, 1 and are going to the six parameter inputs.
However, when the patch is loaded, the plugin does not receive anything. I have put a breakpoint on setParameter() function, it is not called, so I think something is missing on my patch to say "send the values at startup"
I know that the plugin is working correctly because when I use a knob on Usine patch, the plugin receives the calls to setParameter().
What should I do on the patch to send the const values to the VST plugin ?
Benoit
I have a question which looks probably stupid, but after hours of testing, I can not find a solution for it
I have a patch with a VST plugin, and I need to send default values to some VST parameters when the patch is loaded. I have connected CONST modules to the VST parameters inputs. The CONST modules are programmed with values 0.5, 0, 1, 0.5, 0, 1 and are going to the six parameter inputs.
However, when the patch is loaded, the plugin does not receive anything. I have put a breakpoint on setParameter() function, it is not called, so I think something is missing on my patch to say "send the values at startup"
I know that the plugin is working correctly because when I use a knob on Usine patch, the plugin receives the calls to setParameter().
What should I do on the patch to send the const values to the VST plugin ?
Benoit

