Skip to content

Version 1.1

Compare
Choose a tag to compare
@brunchboy brunchboy released this 16 Sep 23:44
· 64 commits to master since this release
598d148

This version fixes some interesting issues contributed by users (see #19, and #21—thanks @eclab and @odbuser2). MIDI Device Names will be different in this release and going forward, see this explanation.

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 needed if you want to use CoreMIDI4J with a project that doesn’t embed it.

  1. Ensure you have Java 7 or later.
  2. Download the coremidi4j jar file below.
  3. 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 globally installed any older releases of CoreMIDI4J, you should remove them from /Library/Java/Extensions.