In PluginProcessor.cpp, in lines 289, 293, and 297 different impulse responses are loaded into the same convolution unit "dfEqOmniConv". To fix this bug, the units "dfEqEightConv" (line 289), "ffEqOmniConv" (line 293) and "ffEqEightConv" (line 297) should be loaded with their appropriate impulse responses.
The bug was confirmed by testing the plugin in Reaper: the free field EQ has no effect on the processed audio.
This bug was introduced in the update to JUCE 6 (commit 48ca6cd).
In PluginProcessor.cpp, in lines 289, 293, and 297 different impulse responses are loaded into the same convolution unit "dfEqOmniConv". To fix this bug, the units "dfEqEightConv" (line 289), "ffEqOmniConv" (line 293) and "ffEqEightConv" (line 297) should be loaded with their appropriate impulse responses.
The bug was confirmed by testing the plugin in Reaper: the free field EQ has no effect on the processed audio.
This bug was introduced in the update to JUCE 6 (commit 48ca6cd).