Re: Waves UI
Re: Waves UI
- Subject: Re: Waves UI
- From: Patrick Gostovic <email@hidden>
- Date: Wed, 7 Apr 2004 15:01:40 -0400
Brilliant!!! Thanks Tom.
pg
On 7-Apr-04, at 2:45 PM, Tom Padula wrote:
Patrick-
We ran into this in Soundtrack. The issue is the order of the creation
of the cocoa window vs. the creation of the carbon view. You must call
[[NSWindow alloc] initWithWindowRef: aCarbonWindow] before you call
AudioUnitCarbonViewCreate. The aCarbonWindow is loaded from the effect
nib.
Doing this in the opposite order will result in the control key being
needed for Waves to respond. I have not received an explanation at to
why that happens.
I hope this helps.
-tom
On Apr 7, 2004, at 10:29 AM, Patrick Gostovic wrote:
I think I have seen this topic pop up before, but I have never seen a
resolution. The editors for Waves plugins do not seem to work
properly in Cocoa apps. I am not sure if it is only Cocoa apps, but
Garage Band and Rax both suffer, as does the app that I am working
on. The exact symptoms are the UI appears, but none of the controls
respond to mouse events. In Rax and my app, the first click on to
the waves plugin editor window seems to work -- i.e. if the editor
window does not have the focus, and I click on the window to gain the
editor's focus while clicking on a control, I can manipulate the
control. Garage Band does not even do that. I have played with
"compositing", but that has no effect.
Are there any Carbon gurus out there that can help?
Thanks
Patrick
_______________________________________________
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.
--
Tom Padula
Soundtrack
Apple Computer
email@hidden
408-974-4904
_______________________________________________
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: | |
| >Waves UI (From: Patrick Gostovic <email@hidden>) |