dmcennis / jAudioGIT

jAudio project from the original McGill collaboration between Cory McKay and Daniel McEnnis. This branch has forked from the JMir version currently distributed with JMir.
GNU Lesser General Public License v2.1
32 stars 16 forks source link

Fix CERN Colt-related compilation errors. #13

Closed p42ul closed 2 years ago

p42ul commented 2 years ago

Some of the files in the CERN Colt library were encoded as ISO-8559-1, so I ran iconv to convert them to UTF-8. This left some strange artifacts, which I fixed. In addition, I removed use of the "_" identifier, which is disallowed in Java 9 and newer.