• 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: whats the best way to start AU
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: whats the best way to start AU


  • Subject: Re: whats the best way to start AU
  • From: Urs Heckmann <email@hidden>
  • Date: Fri, 7 Nov 2003 13:05:25 +0100

Am Freitag, 07.11.03, um 12:41 Uhr (Europe/Berlin) schrieb Malte Steiner:

Urs' UI can be compiled under certain circumstances but crashes logic
or didn't show UI Editor, Urs, what I am doing wrong?

You have to patch GetPresets()... the Pointer being passed can be NULL, hence you have to do this:

ComponentResult myAU::GetPresets ( CFArrayRef * outData) const
{
if (outData == NULL) return noErr; // Indicate that you have this method implemented

// do as usual

}

I'm sorry that I couldn't keep that stuff up to date. I'm currently in the process of releasing a big plug, and things have seen very dramatical changes, so I'll finally offer a whole overhaul when I got everything sorted... (my current versions do not have documentation...)

If you have more crashes with CAUGuiDemo, please send me a crash log privately and I will reply with a fix.

(I think that GetParameterValueStrings() crashes as well... but I do not know why)

Hope this helps,

;) Urs


urs heckmann
email@hidden
www.u-he.com <- Zebra Audio Unit comming soon
_______________________________________________
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.

References: 
 >whats the best way to start AU (From: Malte Steiner <email@hidden>)

  • Prev by Date: whats the best way to start AU
  • Next by Date: Mystery errror on AudioDeviceSetProperty
  • Previous by thread: whats the best way to start AU
  • Next by thread: Re: whats the best way to start AU
  • Index(es):
    • Date
    • Thread