From ff0a72da7f1c786e53ddb02ff3cadee3a3e6ad4c Mon Sep 17 00:00:00 2001 From: hogliux Date: Fri, 3 Nov 2017 11:07:33 +0000 Subject: [PATCH] AU: Ensure that Final Cut Pro will re-query the state information of the AudioProcessor when `updateHostDisplay` is called --- modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm index 223aec685e..c715c0ce2d 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm @@ -1084,6 +1084,7 @@ public: PropertyChanged (kAudioUnitProperty_Latency, kAudioUnitScope_Global, 0); PropertyChanged (kAudioUnitProperty_ParameterList, kAudioUnitScope_Global, 0); PropertyChanged (kAudioUnitProperty_ParameterInfo, kAudioUnitScope_Global, 0); + PropertyChanged (kAudioUnitProperty_ClassInfo, kAudioUnitScope_Global, 0); refreshCurrentPreset();