Skip to content

judithhinlung/DottedNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dottednotes

DottedNotes converts music from MusicXML to MIDI. Conversion support for other formats, including braille music and Lilypond, is planned for future releases. Stay tuned!

Building

mvn clean install

This command will (re)build the DottedNotes Maven artifacts (binary, source and doc).

Usage

After building, the application is available in the target directory as dottednotes.jar.

To run the application:

cd target
java -jar dottednotes.jar <sourceFile> <options>

For example, to convert a file from MusicXML to MIDI and play the score:

java -jar dottednotes.jar moonlight.xml --convert moonlight.midi --play

To get a list of all available commands and their usage, run the following command:

java -jar dottednotes.jar --help

About

Braille music conversion utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages