Skip to content

Version 1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 01:42
a160daa

This release incorporates enhancements kindly contributed by @git-moss to support use on Apple Silicon (M1, arm64) Macs.

Please note that CoreMIDI4J is for Java 1.7 and above. The legacy Apple Java 1.6 is not supported, as Apple has retired 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.