Re: AUGraphGetNodeInfo returning nil AudioUnit, but no error?
Re: AUGraphGetNodeInfo returning nil AudioUnit, but no error?
- Subject: Re: AUGraphGetNodeInfo returning nil AudioUnit, but no error?
- From: Evan Olcott <email@hidden>
- Date: Tue, 7 Nov 2006 12:57:34 -0600
The node number was given only a few debugger steps previous, from AUGraphNewNode, and there was no subgraph involved...
Further research finds that this will return the audioUnit as nil and no error if the graph is not yet open (created, but not opened).
Couldn't find this in the documentation as a pre-requisite for this call to work. Couldn't this situation instead return an error likeĀ kAUGraphErr_GraphNotOpen?
On Nov 6, 2006, at 1:19 PM, William Stewart wrote: your node is not a member of the graph (or it is a sub-graph)On 06/11/2006, at 6:41 AM, Evan Olcott wrote: What would be the reason why this call:
err = AUGraphGetNodeInfo(graph, node, nil, nil, nil, &audioUnit);
with a verified valid graph and node and returning no error, set audioUnit to nil?
Ev Technical Knowledge Officer Head Programmer/Designer Audiofile Engineering
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden