Re: remoteIO unit not entering input callback in AUGraph
Re: remoteIO unit not entering input callback in AUGraph
- Subject: Re: remoteIO unit not entering input callback in AUGraph
- From: Doug Wyatt <email@hidden>
- Date: Thu, 28 Jan 2010 21:31:29 -0800
On Jan 28, 2010, at 19:48 , Alex Wiltschko wrote:
>
> // Register a callback with the AUNode
> err = AUGraphSetNodeInputCallback (graph,
> ioNode,
> kInputBus,
> &playbackCallbackStruct);
You want to connect to kOutputBus (0). We should be generating an error either here or when you initialize a graph but we're not, sorry.
Doug
_______________________________________________
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