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
668 stars 136 forks source link

Duplicate Library problem #60

Closed CQUPTFC closed 7 years ago

CQUPTFC commented 7 years ago

error

ddf commented 7 years ago

This happens when you have a version of minim in your sketchbook libraries folder in addition to the one included with the version of Processing you are using. You'll need to remove one of those two versions for it to work.

CQUPTFC commented 7 years ago

First I dig down to modes/java/libraries and delete the minim folder there inside the directory that contains Processing.exe. But no matter which one of those two versions was removed,the procedure will occur an error. error What can I do? My procedure is OpenBCI_GUI and the version of Processing is 2.2.1.

ddf commented 7 years ago

That error does not appear to be related to Minim, so I can't help you there.

CQUPTFC commented 7 years ago

Well,at any rate,thank you for that.When I download Processing 3.0,the error is solved.