Re: accessing data in an 'enclosed' AU
Re: accessing data in an 'enclosed' AU
- Subject: Re: accessing data in an 'enclosed' AU
- From: Paul Davis <email@hidden>
- Date: Thu, 24 Jun 2010 07:50:49 -0400
On Thu, Jun 24, 2010 at 7:47 AM, ipmlists <email@hidden> wrote:
> Apologies if this is actually a rather basic question about pointers,
> rather than a CoreAudio issue - I'm not really sure!
>
> I have a struct, containing a large array, in an AU. The AU is part of
> an AUGraph, which in turn is inside another AU. I want to access the
> struct from the enclosing AU.
>
> I could do this by using Custom Properties to copy the data up and
> down the chain of AUs (I've done this for some much smaller
> variables), but in this case I think that would bring everything
> grinding to a halt, and anyway it seems like a clumsy solution. I
> assume there must be a better way! Any advice please?
i think you'd better explain why you want to do this. In general, you
would never expect direct access data structures that are internal to
an AU.
_______________________________________________
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