• 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
using the Generic AUView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using the Generic AUView


  • Subject: using the Generic AUView
  • From: Marc Poirier <email@hidden>
  • Date: Thu, 17 Oct 2002 21:38:27 +0200 (CEST)

Hi. Is there anything special that an AU has to do to indicate that it
would like hosts to use Apple's generic AUView? I am doing the following,
and I can't think of anything else to do, but my AUs will not load with
the generic AUView in hosts (AudioUnitHosting, SynthTest) where other AUs
(mda, Apple's) do load with the generic view:

GetProperty()
{
if (inID == kAudioUnitProperty_GetUIComponentList)
{
ComponentDescription *cd = static_cast<ComponentDescription *>(outData);
cd->componentType = kAudioUnitCarbonViewComponentType;
cd->componentSubType = 'gnrc';
cd->componentManufacturer = kAudioUnitManufacturer_Apple;
cd->componentFlags = 0;
cd->componentFlagsMask = 0;
return noErr;
}
}

GetPropertyInfo()
{
if (inID == kAudioUnitProperty_GetUIComponentList)
{
outDataSize = sizeof(ComponentDescription);
outWritable = false;
return noErr;
}
}


Thanks,
Marc
_______________________________________________
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: 
 >Re: 3D Audio Unit Questions #2 (From: Chris Rogers <email@hidden>)

  • Prev by Date: Re: Crashing when loading 3rd party AU
  • Next by Date: Re: How to do stereo?
  • Previous by thread: Re: 3D Audio Unit Questions #2
  • Next by thread: Re: 3D Audio Unit Questions #2
  • Index(es):
    • Date
    • Thread