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:
parent
1cb3511793
commit
ff0a72da7f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue