• 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
Multiple AUs into the output node?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple AUs into the output node?


  • Subject: Multiple AUs into the output node?
  • From: m <email@hidden>
  • Date: Fri, 28 May 2004 01:52:42 -0700

Reading the documentation for AUGraph (in particular AUGraphConnectNodeInput()), it seems that I should be able to connect the outputs of an arbitrary number of AUs to the input of my graph's output node. However, I can only ever connect one. When I try to connect a second, I get a kAudioUnitErr_InvalidElement error when I call AUGraphUpdate().


Here's my call sequence, inAUIndex is incremented on subsequent calls.

status = AUGraphNewNode(mGraph, &inComponentDescription, 0, NULL, &mTargetNode[inAUIndex]);
status = AUGraphConnectNodeInput (mGraph, mTargetNode[inAUIndex], 0, mOutputNode, inAUIndex);
status = AUGraphUpdate (mGraph, NULL);

Any pointers?

_murat
_______________________________________________
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.


  • Follow-Ups:
    • Re: Multiple AUs into the output node?
      • From: William Stewart <email@hidden>
  • Prev by Date: Standard Sound Dialog
  • Next by Date: Re: Multiple AUs into the output node?
  • Previous by thread: Standard Sound Dialog
  • Next by thread: Re: Multiple AUs into the output node?
  • Index(es):
    • Date
    • Thread