Re: AudioUnits and compositing windows (was AudioUnits and Cocoa UI)
Re: AudioUnits and compositing windows (was AudioUnits and Cocoa UI)
- Subject: Re: AudioUnits and compositing windows (was AudioUnits and Cocoa UI)
- From: Chris Reed <email@hidden>
- Date: Tue, 18 Mar 2003 14:35:05 -0600
On Tuesday, Mar 18, 2003, at 07:36 US/Central, Urs Heckmann wrote:
... is there already an example host that does Compositing Windows?
Shouldn't AUHosting have it?
Just make a copy of SynthTest, open the nib, select the window for
the AU GUI, click on "compositing", save.
You've make one.
Embarrassing I havn't thought about that.
i have a version that has a "Compositing" checkbox in the main window,
just haven't released it yet.
it's really pretty funny what some of the AUs available now do when you
put them in a compositing window! :)
SynthTest in brushed metal look mmmmhhhmm...
hehe.
What do you call a file loader class ?
Loading files (i.e. AIFF, samples) and displaying as a scrollable list
with drag'n'drop support...
No, we don't have it. I hadn't really thought about it even. That seems
more like an application-specific kind of control to me.
Otoh, I definitely could use a control that looks like an edit field
and supports drag-n-drop for audio files...
Our new multipane is automatically built from nib files, and
automatically switch its content according to its value (and can be
bound to a AU parameter...).
I'll check it out! - Mine sports 2 dimensions: Layers and Groups, so
you can have global changes (Layers with backgrounds, only one per
time) as well as optional changes (Groups which can be switched on and
off, as many as you like), both approaches intermixable 8-b
cool!
No user code needed at all :-)
Hehe, I don't trust things that I don't code myself, even if they work
as flawless as NIB stuff...
Is it that you are talking about (loading its content from nib files)
?
No. See above, the only common thing I can think of that can't be
represented by current AU Parameter scheme is files. It'll be one of
my next challenges implementing clever file handling in an AU and its
View. Drag and Drop plus Scrapbook Copy/Paste would be nice add ons
for that...
it's easy enough just using properties. you could even have a single
global property for all file parameters, and use the element to pass
the real parameter id. i'm kind of doing that in my AU.
-chris
_______________________________________________
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.