mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Fix bad property id when registering AU event listener
This commit is contained in:
parent
ca62e560f3
commit
e5f306e1d1
1 changed files with 0 additions and 1 deletions
|
|
@ -1072,7 +1072,6 @@ private:
|
|||
event.mEventType = kAudioUnitEvent_PropertyChange;
|
||||
event.mArgument.mProperty.mPropertyID = type;
|
||||
event.mArgument.mProperty.mAudioUnit = audioUnit;
|
||||
event.mArgument.mProperty.mPropertyID = kAudioUnitProperty_PresentPreset;
|
||||
event.mArgument.mProperty.mScope = kAudioUnitScope_Global;
|
||||
event.mArgument.mProperty.mElement = 0;
|
||||
AUEventListenerAddEventType (eventListenerRef, nullptr, &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue