1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

AUv3: Fixed a bug enforcing legacy parameter IDs

This commit is contained in:
Tom Poole 2018-07-12 08:46:49 +01:00
parent 06c3674e51
commit fe6fa12f55

View file

@ -1224,7 +1224,7 @@ private:
AUParameterAddress address = generateAUParameterAddress (juceParam);
#if ! JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
#if ! JUCE_FORCE_USE_LEGACY_PARAM_IDS
// Consider yourself very unlucky if you hit this assertion. The hash codes of your
// parameter ids are not unique.
jassert (! paramMap.contains (static_cast<int64> (address)));