Re: AUMultibandCompressor and factory presets?
Re: AUMultibandCompressor and factory presets?
- Subject: Re: AUMultibandCompressor and factory presets?
- From: William Stewart <email@hidden>
- Date: Tue, 9 Mar 2004 10:28:32 -0800
This is a vagary of having a preset menu in the Carbon View... Its not
great UI design, but that menu is not meant to reflect the "Current
Preset" of the AU, just the collection of factory presets that are
available to the user to choose.
Bill
On 09/03/2004, at 7:34 AM, Jeremy Sagan wrote:
>
If I set the current preset of the AUMultibandCompressor to a factory
>
preset, the plug-in does not update the factory preset setting at the
>
top of the edit window.
>
>
err = AudioUnitSetProperty(m_audioUnit,
>
kAudioUnitProperty_CurrentPreset,
>
kAudioUnitScope_Global, 0, &m_preset, sizeof(m_preset));
>
>
where for example, m_preset = {1, CFSTR"Subcontrol") which was
>
directly extracted from the factory_preset array.
>
>
I do not know if I have to, but I am calling AUParameterListenerNotify
>
after setting this property.
>
>
Is this not working because I should be using the property
>
PresentPreset and not CurrentPreset? Shouldn't CurrentPreset still
>
work?
>
_______________________________________________
>
coreaudio-api mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
>
Do not post admin requests to the list. They will be ignored.
>
>
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
Culture Ship Names:
Ravished By The Sheer Implausibility Of That Last Statement
I said, I've Got A Big Stick [OU]
Inappropiate Response [OU]
Far Over The Borders Of Insanity And Still Accelerating [Eccentric]
________________________________________________________________________
__
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.