Version 0.7
This release adds the ability to embed CoreMidi4J within another Java project so that end-users need not worry about installing anything, and improves a few user-visible error descriptions when Core MIDI devices are lacking descriptions or vendor information.
Please note that CoreMIDI4J is for Oracle Java 1.7 and above. The legacy Apple Java 1.6 is not supported, as Apple are retiring it.
To install
This is only necessary if you want to use CoreMIDI4J with a project that does not embed it.
- Ensure you have Java 7 or later.
- Download the coremidi4j jar file below.
- Place it on the class path of the project with which you want to use it.
If you want to make this version available to all Java processes running on your system, you can place the jar file in /Library/Java/Extensions
. You will need to authenticate as an administrator to make changes in that folder. This is not recommended unless you have a strong reason for doing it, because it can lead to version conflicts if you someday use a Java project which embeds a more recent version of CoreMidi4J.
If you had been using older releases of CoreMIDI4J, you should remove them from
/Library/Java/Extensions
.