Re: SaveState, VST2AU and AUValidation
Re: SaveState, VST2AU and AUValidation
- Subject: Re: SaveState, VST2AU and AUValidation
- From: Glenn Olander <email@hidden>
- Date: Sun, 4 Jan 2004 22:53:25 -0800
Basically, you need to clone the save/restore code from AUBase to
adhere to the
conventions for what is expected to be saved. There's probably a better
way to
do this. For example, AUBase should probably provide a method to be
used by
subclasses to write out these required fields.
- Glenn
On Sunday, January 4, 2004, at 10:00 PM,
email@hidden wrote:
Message: 10
From: Rob Martino <email@hidden>
Subject: SaveState, VST2AU and AUValidation
Date: Sun, 4 Jan 2004 16:24:23 -0500
To: CoreAudio API <email@hidden>
Does anyone using the implementations of SaveState and RestoreState
from VST2AU have problems passing this AU Validation test:
VERIFYING CLASS INFO
ERROR: Class Data does not have required field:<type> == componentType
The function does seem to provide the field "type" in the PropertyList
(as well as "subtype", "manufacturer", "version", "name" and "data").
Anyways, just wanted to see if anyone else came across this... if not
then I know it's my problem. :-)
Rob
_______________________________________________
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.