Re: MusicDevice implementation
Re: MusicDevice implementation
- Subject: Re: MusicDevice implementation
- From: Marc Poirier <email@hidden>
- Date: Sat, 8 Nov 2003 20:10:40 -0600 (CST)
On Sat, 8 Nov 2003, Mark's Studio wrote:
>
Yes, but i need some sort of test host
>
the CocoaAUHost don't support MusicDevices.
Oh yeah, definitely an issue... ;) I wonder if any of the Cocoa AU host
authors out there want to do the first one? I haven't looked too much
into the Cocoa UI spec yet, but I'm guessing that it's probably easier for
a Cocoa host to add support in...
>
Another thing is that the my app has almost 1100 parameters,
>
(32 banks of 32 slider)
>
and that is very simple to handle in Cocoa, but in a AU it looks like i
>
have to declare all of them.
Hmmm, that just seems like more of a programming technique issue than
anything else, no? I mean, you can use arrays and control statements for
repeating and conditionals and whatnot in C and C++. I would certainly
think that you can find a way to right your code that only involved
individually handling at most 32 different parameters, not 1024...
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.