Browse Source

AUv3: Fixed a bug enforcing legacy parameter IDs

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
fe6fa12f55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm

+ 1
- 1
modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm 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)));


Loading…
Cancel
Save