Re: JNI and AudioUnits??
Re: JNI and AudioUnits??
- Subject: Re: JNI and AudioUnits??
- From: David Duncan <email@hidden>
- Date: Thu, 6 Mar 2003 09:19:12 -0500
On Thursday, March 6, 2003, at 08:49 AM, Michael Purdy wrote:
So, are you saying that AUCarbonViewBase isn't the only way to create
a UI for an AU? Thus, leaving Carbon aside, it is possible to
associate a UI in Swing to an AU? If so, I agree that the better way
to solve this would be to find another way to get the Java gui in the
AU, without carbon.
Michael
What he is saying is that it is entirely possible for you to ship a
Java GUI that is tied to your AudioUnit in other ways, but it will not
be a standard feature of the AudioUnits system. Thus you could package
an AU, ship a JAR that contains your GUI, and tell Java developers out
there that if they want your customized GUI they can load that JAR to
interact with an instance of your AudioUnit, but if the program doesn't
know about (or can't use) that JAR, then all they can get is the
generic view.
Remember, all that this view stuff is just a fancy way to play with the
parameters of your AudioUnit. You can write a GUI that presents those
parameters in the language of your choice, but if you want to follow
the standard (and thus have it available to everyone) then you will
need to use a Carbon GUI, at least for now.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
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.