• 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: my first AudioUnits...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: my first AudioUnits...


  • Subject: Re: my first AudioUnits...
  • From: Urs Heckmann <email@hidden>
  • Date: Sun, 22 Sep 2002 18:41:22 +0200

Am Sonntag, 22.09.02, um 18:06 Uhr (Europe/Berlin) schrieb Stewart Moroney:

Hi

I unstuffed your audio units and added them to the Library/..../Components
folder. Should these now show up in Dave? Or does Dave only pick up
apple's AUs.

Stewart


I think Dave's for AU1s. You can use AudioUnitHosting to start them.

I have tweaked AUH to not looking for Apple AUs in

file AudioUnitHosting.cpp,

function void AudioUnitHosting::GetListOfAudioUnits()

this line

cd2.componentManufacturer = kAudioUnitManufacturer_Apple;

to

cd2.componentManufacturer = 0; //kAudioUnitManufacturer_Apple;

It should look for other AUs anyway, but this tweak just did better in my environment during the initial times when nothing seemed to work at all.

Cheers,

;) Urs
_______________________________________________
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: my first AudioUnits... (From: "Stewart Moroney" <email@hidden>)

  • Prev by Date: Re: my first AudioUnits...
  • Next by Date: JAVA Development
  • Previous by thread: Re: my first AudioUnits...
  • Next by thread: Re: More newbie AU questions (compiler stuff, indexed parameters...)
  • Index(es):
    • Date
    • Thread