Re: JNI and AudioUnits??
Re: JNI and AudioUnits??
- Subject: Re: JNI and AudioUnits??
- From: Bill Stewart <email@hidden>
- Date: Wed, 5 Mar 2003 13:01:38 -0800
The current UI API for audio units assumes that your UI will work
within the UI context that is defined by Carbon.
We don't have a standardized means to publish either a Cocoa or Java UI
from the audio unit.
As the name suggests in the SDK, AUCarbonViewBase represents ultimately
a set of classes to help you implement a CarbonUI-AUView component - it
does not provide you any help (aside perhaps from capturing general
concepts like using the Parameter Notification and Listener mechanism
to track parameter values) for implementing either a Cocoa or Java
based UI widget.
Bill
On Wednesday, March 5, 2003, at 09:52 AM, Michael Purdy wrote:
We are creating a DSP Plug-in AudioUnit in which we will be needing to
create a gui using Java/Swing. In looking at the MultitapAU sample
project and using this as the base for our prototype, it seems that we
should somehow have our swing gui classes (which are contained in a
jPanel) placed in the MultitapAUView class which utilizes
AUCarbonViewBase. However, we cannot quite figure out how to do so.
Can anyone help with this or explain how to load a custom class into
AUCarbonViewBase via JNI.
Thank you
_______________________________________________
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
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.