• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AU2 - lessons learned
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: printable AudioUnit v2 docs?
  • Next by Date: more AudioUnitRender Errors
  • Previous by thread: Re: printable AudioUnit v2 docs?
  • Next by thread: more AudioUnitRender Errors
  • Index(es):
    • Date
    • Thread