• 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: AULab sees my AudioUnit but Logic doesn't
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AULab sees my AudioUnit but Logic doesn't


  • Subject: Re: AULab sees my AudioUnit but Logic doesn't
  • From: Dan <email@hidden>
  • Date: Fri, 13 Jul 2012 14:26:35 +0100

I suspect you're using the Lion version of the sample code.  I had the same problem.  Logic isn't yet using the new AudioCompnents dictionary in in the Info.plist file, but AU Lab is (see Technical Note TN2276).  The Leopard version of the sample code uses this entry:

#define NAME "SAMPLE: MyGreatAUEffectWithCocoaUI"

in the MyGreatAUEffectWithCocoaUI.r resource file.  Logic splits this string SAMPLE: MyGreatAUEffectWithCocoaUI in half as [Manufacturer] : [AudioUnitName].  In other words, anything before the colon is the manufacturer and after the colon is the audio unit name.

In the end, I copied the Leopard version (which uses the MyGreatAUEffectWithCocoaUI.r file), and made the changes in Technical Note TN2276, including the new AudioComponents entry in the Info.plist file (which Logic SHOULD be using).

If you're still stuck I can probably upload a working version for you somewhere.  I have to say I wasn't very impressed that the sample code is in such a mess; it makes it very hard for new audio unit/core audio developers to get started.

Dan


On Jul 13, 2012, at 1:41 PM, Thomas Hass wrote:

The plugin does not show up in the AU Manager.  It did pass auval, and the format is 2 channel floating LPCM according to auval.  FYI, I made the plugin by customizing the MyGreatAUEffectWithCocoaUI project that Apple provides.  The weird thing is that I have the same problem when building that project unmodified.  Is anyone able to see the MyGreatAUEffectWithCocoaUI audio unit in Logic without modifying Apple's Xcode project?

On Jul 13, 2012, at 6:00 AM, tahome izwah <email@hidden> wrote:

...or maybe you're using a channel configuration or plug-in type that the channel you're trying to insert it on in Logic doesn't support?

HTH
--th

2012/7/13 Stefan Gretscher <email@hidden>
Am 12.07.2012 um 20:26 schrieb Thomas Hass:

> I'm just getting my feet wet with AudioUnit development and everything seems to work fine.  The AU validates with auval no problem and I am able to open and use the AU inside AULab.  However Logic doesn't see it.  I'm compiling the AU as 64 bit and opening Logic in 64 bit mode as well.  I dragged the component file into Library/Audio/Plug-Ins/Components.  Is there a reason that AULab can see the AU but not Logic?

Check Logic's AU manager (found in the preferences menu) - does your plug-in show up there? Is it enabled? Did it pass the auval?

-Stefan



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: AULab sees my AudioUnit but Logic doesn't
      • From: Thomas Hass <email@hidden>
    • Re: AULab sees my AudioUnit but Logic doesn't
      • From: Andy Peters <email@hidden>
    • Re: AULab sees my AudioUnit but Logic doesn't
      • From: tahome izwah <email@hidden>
References: 
 >AULab sees my AudioUnit but Logic doesn't (From: Thomas Hass <email@hidden>)
 >Re: AULab sees my AudioUnit but Logic doesn't (From: Stefan Gretscher <email@hidden>)
 >Re: AULab sees my AudioUnit but Logic doesn't (From: tahome izwah <email@hidden>)
 >Re: AULab sees my AudioUnit but Logic doesn't (From: Thomas Hass <email@hidden>)

  • Prev by Date: Re: What's involved streaming audio to disk as mp3 in iOS
  • Next by Date: Re: What's involved streaming audio to disk as mp3 in iOS
  • Previous by thread: Re: AULab sees my AudioUnit but Logic doesn't
  • Next by thread: Re: AULab sees my AudioUnit but Logic doesn't
  • Index(es):
    • Date
    • Thread