component kind

topic posted Sun, January 20, 2008 - 12:02 AM by  Beau
I have been trying to build the tremolo audio unit that is in the xcode developer tutorial tinyurl.com/26gb97

And it works good in AU lab on my desktop intel g5 with tiger and xcode 3; however, when I compile it for my powerbook it does not seem to register as an Audio Unit.

when I compare the get info with reaktor.component I noticed that reaktor is of kind component where as the tremolo is of kind xcode document. Do you think this is what is causing the problem, and if so how do I fix it?
posted by:
Beau
SF Bay Area
  • Re: component kind

    Sun, January 20, 2008 - 9:57 AM

    Beau,

    I've never developed an AU, but I ran into issues when I had a bunch of C++ code that compiled and ran fine on my Core2Duo MacBook as well as my 2.7ghz G5, but while it compiled on the G4 I tested, it didn't run. Since I didn't have any 64-bit specific code, I fixed the issue by adding -mcpu=G4 to the c++ command line, and then it ran on the G4 as well.

    Regards,

    John

    Falling You - exploring the beauty of voice and sound
    www.fallingyou.com

Recent topics in "OS X Development"