ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
671 stars 137 forks source link

deprecated Carbon audioComponent #49

Closed CandylabS closed 7 years ago

CandylabS commented 9 years ago

When I updated system to OSX 10.11. I got this warning in console: WARNING: 140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.

ddf commented 8 years ago

I'm guessing that's coming from the version of Java on your system. None of the code in Minim deals directly with native classes, it all runs thru JavaSound. So if the JavaSound implementation is making use of that component there's not much I can do about it.

What is the exact situation you encountered this in? Processing sketch or pure Java project?

wwagner4 commented 8 years ago

Open JDK has open issue about this problem. https://bugs.openjdk.java.net/browse/JDK-8137324.

ddf commented 7 years ago

Closing since this is JRE related.