• 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
Re: Emagic porting SDK
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emagic porting SDK


  • Subject: Re: Emagic porting SDK
  • From: Marc Poirier <email@hidden>
  • Date: Fri, 12 Sep 2003 08:16:13 -0500 (CDT)

On Fri, 12 Sep 2003, Peter from LinPlug wrote:

> Now it all compiles + links fine, however, its not
> detected as AU instrument by Logic or other AU hosts.
>
> There is a bundle created, which when I examine the contents looks fine,
> the Info.plist was of type Codewarrior-Source, but I could open it with
> Property List Editor, it was looking fine and resaving lets it be a type
> XML property list file.

A few ideas:

It might be a Component Manager discovery thing. Try moving your
.component bundle out of and then back into the Components directory.
More info: http://www.mat.ucsb.edu:8000/CoreAudio/79

Did you make a .r file for the Component resource stuff?

Do you have your extry points defined or settings set up in some way that
they are being exported properly (not knowing what compiler you're using,
it's hard to be more specific)? You can try running:
nm -g <your-bundle-executable>
replacing <your-bundle-executable> with the full path to the exectubable
in your bundle (blah.component/Contents/MacOS/blah like that). Look for
items marked with T before them and look for the names of your entry
points.

Along those same lines, did you use the COMPONENT_ENTRY macro for each
component's entry point?

I hope that helps,
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.

  • Follow-Ups:
    • Re: Emagic porting SDK
      • From: "Peter from LinPlug" <email@hidden>
References: 
 >Re: Emagic porting SDK (From: "Peter from LinPlug" <email@hidden>)

  • Prev by Date: Re: UI event bugs w/ AUs in Cocoa-based hosts
  • Next by Date: Re: Emagic porting SDK
  • Previous by thread: Re: Emagic porting SDK
  • Next by thread: Re: Emagic porting SDK
  • Index(es):
    • Date
    • Thread