Re: Property Listener for parameter values?
Re: Property Listener for parameter values?
- Subject: Re: Property Listener for parameter values?
- From: Art Gillespie <email@hidden>
- Date: Wed, 20 Nov 2002 14:49:24 -0500
That's what I use to communicate between gui & dsp, and it seems to work
well. (Have no idea if it's the *right* way)
Art
>
>0xBA
>
AudioUnitParameter param;
>
>
param.mAudioUnit = this;
>
param.mParameterID = theChangedParameterID;
>
param.mScope = kAudioUnitScope_Global;
>
param.mElement = 0;
>
>
OSStatus result = AUParameterSet(NULL, NULL, ¶m,
>
theChangedParameterValue, 0);
>
>
>
Thanks for any advice,
>
Marc
>
_______________________________________________
>
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.
_______________________________________________
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.