Re: AU preset issues
Re: AU preset issues
- Subject: Re: AU preset issues
- From: Urs Heckmann <email@hidden>
- Date: Sat, 30 Nov 2002 11:05:42 +0100
Am Samstag, 30.11.02, um 01:40 Uhr (Europe/Berlin) schrieb Chris Reed:
2. Most MusicDevices don't set the "data" key in the ClassInfo. By
"most" I mean every one I've got my hands on. (I haven't tried VSamp
yet, though.) Do MusicDevices need to handle the ClassInfo property
differently (manually) than Effects or MusicEffects? Am I not seeing
something obvious here?
I always (despite some intervention by Robert) thought that as long as
you only have usual parameters, AUBase would do the job. Now, looking
at the code, I see that it just calls element->SaveState(data), passing
the duty to the implementation. Ooops. My fault.
This is to be handled same way for any of theses AU types: Effect Unit,
MusicEffect + MusicDevice (dunno much about the others) - The
appropriate code has been posted to this list by Art some time ago.
Search for saveState()...
This should definately be mentioned in the guidelines, since it isn't
in the example code...
Cheers,
;) Urs
urs heckmann
email@hidden
www.u-he.com
_______________________________________________
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.