abc4j is a Java library that provides an API to handle abc musical notation. It supports JDK 1.2 and above, and includes a parser to parse tunes written in abc notation, midi playback, music score display, and more. With the ABCynth Java application, users can demonstrate some of the library's features.
The abc4j java library provides API to handle abc musical notation using java (>=jdk 1.2 but core classes only rely on 1.1.8).
It provides a parser to parse tunes written in abc notation, and other classes in order to support midi playback, music score display etc etc. It only supports abc v1.6 (for now... :). You can extend the basic capabilities of the library to implement your own dedicated features like improved midi player, or whatever...
The library also comes with the "ABCynth" Java Application that demonstrates some of the features of the library.
Comments