Hello,
I’m switching over my DAW to JUCE 8, and I just discovered that the Kilohearts plugins are not reacting normally anymore.
JUCE on latest develop as of writing, Khz on latest version 2.2.5
Let’s say I add a Khz Filter VST in the chain, the filter will work, but changing the parameters either from the plugin window or from code accessing to the plugins parameter is not actually changing it.
But if I create presets (meaning saving the state of the plugin, and loading it), then it gets update to this new value. Only “live” manipulation doesn’t work.
This is not the case with other plugins (tried Vital and TAL Filter, both work as expected)
The same project compiled with JUCE 7 works, VST are reacting as they should
You can check it out here : LGML | Le Grand Mechant Loop
Version 1.0.1b15 is on JUCE7, Bleeding edge on JUCE8
Any idea ?