1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
hogliux 2017-11-03 11:07:33 +00:00
parent 1cb3511793
commit ff0a72da7f

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