oholiba
oholiba
To CMake
A CMakeLists.txt file was created (https://github.com/juce-framework/JUCE/blob/master/examples/CMake/AudioPlugin/CMakeLists.txt was used as a template). A few notes: - IMPORTANT: in this commit the .jucer file is deleted, as it is not possible to...
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...
In the _void PolarDesignerAudioProcessor::setProxCompCoefficients(float distance)_ function in _PluginProcessor.cpp_ the calculated variable _r_ can never go below 0.05 when the input variable _distance_ stays in the range -1...+1. Therefore the condition...
When testing the plugin with pluginval v0.2.7 (https://github.com/Tracktion/pluginval) at strictness level 7, the Plugin State Restoration test fails (the recovered values are slightly different from the actual values). This could...
When comparing two instances of the plugin, one oversampled, the frequency response is different when the equalization control (diffuse field/free field) is activated. This could be related to not updating...