Re: Is that possible to send an array of values from the Cocoa UI to the AU?
Re: Is that possible to send an array of values from the Cocoa UI to the AU?
- Subject: Re: Is that possible to send an array of values from the Cocoa UI to the AU?
- From: tahome izwah <email@hidden>
- Date: Wed, 28 Sep 2011 20:35:30 +0200
You should use the Get/SetProperty[Info] calls that are provided by
the AU classes to exchange data between UI and the plug in. Like Paul
said, there is no guarantee that the UI is running on the same machine
as the actual core AU.
HTH
--th
2011/9/28 <email@hidden>:
> Hello,
>
> After two mounths of experimentations, I know to create a AU component with
> a sophisticated Cocoa UI. To continue my project, maybe I'd need to have the
> possibility to send arrays of float from the UI to the AU.
>
> The AU event listener seems to offer the possibility to send only one value
> at once. I do not think that I could send arrays in argument.
>
> Elsewhere, using several messages like :
> this value> this index in the array
> this value> the value to transmit
> this BOOL> keep it in memory
> seams to me to be a complicated method
>
> (maybe I'd need arrays of arrays...)
>
> Does anyone here know a better solution?
>
> Thanks!
>
> HN
_______________________________________________
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