Re: AudioUnitProperty discovery
Re: AudioUnitProperty discovery
- Subject: Re: AudioUnitProperty discovery
- From: Thomas Hudson <email@hidden>
- Date: Mon, 5 Nov 2001 12:22:16 -0800
On Monday, November 5, 2001, at 11:51 AM, Bill Stewart wrote:
We're looking into the UI aspect and would fully expect that audio
units will present their own UI to a user to allow that user to
configure the unit as they want. We'll also be making available a tool
shortly that does present a generic UI for different "types" of units
and interfaces to the other Audio Toolbox services - this will be in
code format and should be a useful tool and resource for you.
This is good to know. I was getting ready to implement this, but I have
plenty of other things to work on :-). It might be nice to
have some mechanism for apps to determine if the AU had its own property
UI, and a way to invoke it.
Are you planning on releasing C++ classes? I've been wrapping the C
API's in C++ classes for convenience, mimicking the
Java classes, but I don't want to duplicate an other efforts. Are there
any roadmaps available?
Tomy