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
670 stars 137 forks source link

check all warnings, especially potential resource leaks #94

Closed ddf closed 5 years ago

ddf commented 5 years ago

there are a ton of compilation warnings, many of which are simply related to deprecated functionality still being used by some Minim methods, but some of which may point to potential bugs.

get this all cleaned up by suppressing or addressing as necessary.