Re: AUSplitter and kAudioUnitSubType_Splitter
Re: AUSplitter and kAudioUnitSubType_Splitter
- Subject: Re: AUSplitter and kAudioUnitSubType_Splitter
- From: William Stewart <email@hidden>
- Date: Wed, 17 Oct 2007 11:48:09 -0700
You can't connect between two different graphs - the AUGraph calls explicitly take an augraph parameter as the graph upon which you are going to operate on.
I think this is also an argument to use the single graph object to manage the run time state and build your management abstractions around the various parts/roles of the graph you need to manage. Have a look at the general topology that gets created in AULab when you do this
Thanks
Bill On Oct 16, 2007, at 5:54 PM, Felipe Bruno Baytelman P. wrote: Hi Bill:
When I initialize a graph which contains a AUSplitter connected to 2 different AUs (each in different graphs), it will throw an error. What solution would you recommend?
--Felipe On Oct 16, 2007, at 3:12 PM, William Stewart wrote: The second output is something that you can connect too. The AU already will direct the input to the two outputs, so you just have to have the second output connected to something else.
Bill
Felipe Bruno Baytelman P.
Baytex Software
|
_______________________________________________
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