Re: AU validation
Re: AU validation
- Subject: Re: AU validation
- From: William Stewart <email@hidden>
- Date: Mon, 31 Oct 2005 11:49:47 -0800
It has set arbitrary values (with the parameter's ranges), retrieved
the "set" value, and cached that.
It then uninitialised (if you had to be initialised) the AU,
Initialises it, and gets the value for each parameter in its cache
and sees if it has changed. Its not trying to do anything clever
here, but rather trying to simulate a "typical" usage scenario that
would occur say when the sample rate of the AU had to change for some
reason...
For Reset, its the same thing, just that the AU is reset (there's no
init stuff going on)....
You can look at either of these in "real life" (and maybe easier to
debug environment) in AU Lab:
- Change the sample rate of the device you are using - this will
reformat the AU's to the new sample rate - uninit, change sample
rate, init
- Change the I/O Size of the device you are using - this will
reformat the AU's to the new I/O size (its MaxFrames call) - uninit,
change max frames, init
- Mute, and unmute the track an AU is in - the AU will be globally
reset when its track is unmuted.
for the init test, you could also go to the "Debug" menu and
uninitialise, then initialise the document
Bill
On 31/10/2005, at 6:41 AM, Muon Software Ltd - Dave wrote:
When auval does a test labelled "testing that parameters retain
value across
reset and initialization", what is the exact call sequence? our
plugin has
complicated internal patch management and parameter handling that
is quite
unique and something seems to be going awry in that test.
Regards
Dave
Muon Software Ltd
www.muon-software.com
_______________________________________________
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
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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
References: | |
| >AU validation (From: "Muon Software Ltd - Dave" <email@hidden>) |