Skip to content

Commit

Permalink
Add links to MIDI tutorial and API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Aug 20, 2018
1 parent 88e1ad4 commit 6f80497
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ own project does not use the Maven dependency-management ecosystem).

## Using CoreMidi4J

> :musical_keyboard: **New to Jave MIDI?** CoreMidi4J is designed to
> be transparently compatible with the standard Java MIDI API, so we
> don’t provide examples or explanations of how to use that.
> Oracle offers a
> [tutorial](https://docs.oracle.com/javase/tutorial/sound/overview-MIDI.html)
> and [API
> documentation](https://docs.oracle.com/javase/8/docs/api/index.html?javax/sound/midi/package-summary.html).
Once installed, if all you want to do is use the enhanced MIDI devices
provided by CoreMidi4J, all you have to do is use the normal Java MIDI
API, but choose CoreMidi4J’s device implementations instead of the
Expand Down

0 comments on commit 6f80497

Please sign in to comment.