Re: what does kAudioUnitParameterFlag_ExpertMode mean? (solved)
Re: what does kAudioUnitParameterFlag_ExpertMode mean? (solved)
- Subject: Re: what does kAudioUnitParameterFlag_ExpertMode mean? (solved)
- From: Hidetomo Katsura <email@hidden>
- Date: Tue, 26 Oct 2004 13:03:54 -0700
thanks again! apparently, i didn't look in my own hard drive.
if google doesn't find it, i assume it doesn't exist. :)
katsura
On Oct 26, 2004, at 12:03 PM, William Stewart wrote:
/Developer/Examples/CoreAudio/Documentation
Has some descriptions in them and the AudioUnitProperties.h has other
descriptions as well...
(If its about meta flags, the idea with a meta flag is that it is a
parameter that can change the values of other parameters)
Bill
On 26/10/04 11:32 AM, "Hidetomo Katsura" <email@hidden> wrote:
thanks! "(1) Override RestoreState" worked just fine.
i shouldn't have asked two questions in one email but i still would
like to know where i can find the descriptions of all these parameter
flags. or there is no such thing?
regards,
katsura
On Oct 26, 2004, at 11:02 AM, William Stewart wrote:
By default all params are persistent once the param mechanism is used
in the
elements (which is the normal case)...
There's several ways I can think to work around this:
(1) Overide RestoreState - the "un-persist" the params in question
Or
(2) Overide Get/Set Parameter from AUBase and keep your own param
state
around for these parameters that doesn't get persisted.
Bill
On 26/10/04 10:12 AM, "Hidetomo Katsura" <email@hidden> wrote:
i must be looking in the wrong places. where can i find the
descriptions of these parameter flags?
i just want to setup a non-persistent parameter. is it possible?
how?
thanks in advance,
katsura
_______________________________________________
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