• 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
auval calling GetTailTime() before initialization...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

auval calling GetTailTime() before initialization...


  • Subject: auval calling GetTailTime() before initialization...
  • From: "jorge castellanos" <email@hidden>
  • Date: Tue, 17 Apr 2007 19:04:02 -0500


Auval seems to be calling "GetTailTime()" when the AU is uninitialized.
To obtain the TailTime I'm using an object that gets instantiated on initialization (as it should), so when auval calls GetTailTime() before the AU is initialized, it crashes.
For now, I just did...
if(IsInitialized())
return myObject.tail();
else
return 0.0; // This is just so auval does not crash...


Any reason why I should "know" my tail time before initialization? Why is it being called when uninitialized?

Thanks!

J.C.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
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: auval calling GetTailTime() before initialization...
      • From: William Stewart <email@hidden>
  • Prev by Date: Re: 3D Mixer Equal Power Panning - Follow up on panning
  • Next by Date: Audio Unit Component Icon
  • Previous by thread: Re: Coreaudio-api Digest, Vol 4, Issue 108
  • Next by thread: Re: auval calling GetTailTime() before initialization...
  • Index(es):
    • Date
    • Thread