I have just tried to compile TConvolve under Win10 with VS 2019 (using IPP support).
In order to make it work, I had to change line 180 in juce_PropertySet.cpp from juce::ScopedPointer<...> to
auto xml = std::make_unique<XmlElement> (nodeName);
The VST2 version works in Cantabile, while the VST3 version crashes the Juce Plugin-Host test environment.
Thought you might want me to share my obsevations with you.
Have a nice day!
I have just tried to compile TConvolve under Win10 with VS 2019 (using IPP support).
In order to make it work, I had to change line 180 in juce_PropertySet.cpp from juce::ScopedPointer<...> to
auto xml = std::make_unique<XmlElement> (nodeName);The VST2 version works in Cantabile, while the VST3 version crashes the Juce Plugin-Host test environment.
Thought you might want me to share my obsevations with you.
Have a nice day!