Re: DP & AU
Re: DP & AU
- Subject: Re: DP & AU
- From: William Stewart <email@hidden>
- Date: Sat, 31 Jul 2004 18:21:39 -0700
On 31/07/2004, at 4:07 PM, email@hidden wrote:
>
Just got DP4.12 working on my Mac. Tried my MusicDevice.
>
So I now have some questions. Perhaps someone here
>
knows the answer.
>
>
DP is bombarding my MD with GetPropertyInfo 21,
>
kAudioUnitProperty_BypassEffect if I am not misstaken.
>
Why is it doing that?
>
What exactly does BypassEffect mean for a MusicDevice
>
without any inputs?
>
>
My GUI has several pages of different sizes so I do a lot
>
of resizing of the editor's window.
This is wrong.
You should not be resizing your host's window - you don't know enough
about the visual display semantics of the host to do this.
The correct way to approach this is to resize the root control that you
give back to your host. The host is responsible to listen to changes in
the size of this control and resize its window as appropriate.
The AudioUnitHosting app in the SDK has this logic built into this, so
your AU should behave correctly there and with the other hosts who are
I believe implementing this in this manner as well
Bill
>
This seem to work
>
just fine for Logic, Metro, Quattro and Rax but with DP
>
as host 'weird stuff' is happening. Well, actually the
>
size is changed correctly, eventually, but the first
>
thing that happens is that the old-sized window is filled
>
with a streatched-to-fit oddly coloured version of my
>
first page. Then after some time the window gets it's
>
new size and new contents.
>
Is there something I should know about resizing
>
the editor's window for a MusicDevice hosted by DP4.12?
>
>
/Olof W
>
_______________________________________________
>
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.
>
>
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
Culture Ship Names:
Ravished By The Sheer Implausibility Of That Last Statement [GSV]
I said, I've Got A Big Stick [OU]
Inappropiate Response [OU]
Far Over The Borders Of Insanity And Still Accelerating [Eccentric]
________________________________________________________________________
__
_______________________________________________
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.
References: | |
| >DP & AU (From: <email@hidden>) |