• 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: getting an au into logic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting an au into logic


  • Subject: Re: getting an au into logic
  • From: William Stewart <email@hidden>
  • Date: Mon, 6 Aug 2007 13:04:23 -0700

The error messages you see with auval are part of the testing it does - it will try to do bad things to your AU and make sure your AU says "don't do that"

If you don't want to see these, you can redirect the output of stderr to NULL:

auval 2> /dev/null -v (etc)

I make an alias for this

alias	auval_d="auval 2> /dev/null"

Bill

On 06/08/2007, at 12:58 PM, Daniel Oberhoff wrote:

Hello,

I am trying to get my audio unit into logic but it won't show. I got it to pass auval on -strict setting. I do get heaps of these two error messages along the test though:


2007-07-26 21:59:46.902 auval[16535]: DebugAssert: Third Party Client: ValidFormat(inScope, inElement, newDesc) InvalidFormat [/ Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp: 738]


and

kAudioUnitErr_InvalidElement

I set a breakpoint on the above mentioned line and the backtrace goes only through this line in my code:

COMPONENT_ENTRY(SidSynth)

which doesn't look very suspicious...

Any Ideas?

btw: it shows up in garage band (which I subsequently used for debugging). I do have an oddity in it where the Cocoa view won't show twice, so the second time I get the standard view. I couldn't figure this one out yet. Could that throw over Logic?

Daniel Oberhoff
 _______________________________________________
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

--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________ __
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________ __


_______________________________________________
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


References: 
 >getting an au into logic (From: Daniel Oberhoff <email@hidden>)

  • Prev by Date: getting an au into logic
  • Next by Date: Re: MOTU Ultralight not showing up in output device query
  • Previous by thread: getting an au into logic
  • Next by thread: Re: getting an au into logic
  • Index(es):
    • Date
    • Thread