Generic AUView problems with SampleAU
Generic AUView problems with SampleAU
- Subject: Generic AUView problems with SampleAU
- From: Chris Reed <email@hidden>
- Date: Fri, 18 Oct 2002 13:01:08 -0500
I'm still having trouble getting parameters to show up in the generic
edit view, so I'm trying to get it to work in the SampleEffectUnit now
instead of my code.
From the recent discussion, it looks like the SampleAU has everything
right for the parameters to show up. SetParameter() is called in the
constructor to add the params to the global map, and the proper flags
(writable, etc) are set in GetParameterInfo(). But if you insert a
printf statement in GetParameterInfo(), it's apparent that the method
is never called when the generic view is opened.
Does anyone else have trouble getting the SampleAU's two parameters to
show up in the generic edit view?
Thanks
-chris
_______________________________________________
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.