Re: notifying the UI from the process
Re: notifying the UI from the process
- Subject: Re: notifying the UI from the process
- From: Cynthia Bruyns <email@hidden>
- Date: Thu, 26 Jan 2006 09:16:09 -0800
Are you calling this in your UI? Your first parameter should be the
listener:
AUParameterSet(mParameterListener, sender, ¶meter, value, 0) not:
AUParameterSet(NULL, NULL, &_messengerParam, value, 0);
And call this in the AU:
AUParameterListenerNotify(NULL, NULL, & _messengerParam);
Also, does anybody know how one might get a pointer to the UI from
the actual audio unit?
If you are using Cocoa, I normally have it when I supply the
property: kAudioUnitProperty_CocoaUI
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden