clap-juce-wrapper: adjusted version check for feature

This commit is contained in:
essej 2022-06-15 13:33:51 -04:00
parent 7fe70ed89b
commit 3e8f7f0b99

View File

@ -141,7 +141,7 @@ class ClapJuceWrapper : public clap::helpers::Plugin<clap::helpers::Misbehaviour
juceParameters.update(*processor, forceLegacyParamIDs);
for (auto *juceParam :
#if JUCE_VERSION >= 0x060103
#if JUCE_VERSION >= 0x060102
juceParameters
#else
juceParameters.params