Browse Source

AU: Ensure that Final Cut Pro will re-query the state information of the AudioProcessor when `updateHostDisplay` is called

tags/2021-05-28
hogliux 8 years ago
parent
commit
ff0a72da7f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm

+ 1
- 0
modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm View File

@@ -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();


Loading…
Cancel
Save