AU2 - lessons learned
AU2 - lessons learned
- Subject: AU2 - lessons learned
- From: Marc Poirier <email@hidden>
- Date: Mon, 30 Sep 2002 17:25:16 +0200 (CEST)
In case these help anyone else down the road, here are a couple lessons
that I learned this weekend while working on an Audio Unit:
1) Don't pass anything other than the explicit class name into
COMPONENT_ENTRY, if you use that macro. I was using a #define for my
classname (#define PLUGIN Transverb) and was doing COMPONENT_ENTRY(PLUGIN)
and it didn't work because the macro uses the literal text passed, it is
not preprocessed.
2) Thanks to much help from Chris Rogers, I finally got a problematic
Audio Unit to be recognized by the Component Manager. What finally made
it happen was rebooting, logging out and logging back in was not helping.
So in case things are ever going wonky for you in that way, you might want
to try rebooting, even though I'm told that shouldn't really be
necessary...
Marc
_______________________________________________
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.