diff --git a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h index fcc90905c0..5aed3fe4b2 100644 --- a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h +++ b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h @@ -63,8 +63,10 @@ private: #endif //============================================================================== +#if MAC_OS_X_VERSION_MAX_ALLOWED < 101200 enum { /** Custom AudioUnit property used to indicate MPE support */ - kAudioUnitProperty_SupportsMPE = 75001 + kAudioUnitProperty_SupportsMPE = 58 }; +#endif