Multiple AUs into the output node?
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.