Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 463 Bytes

index.md

File metadata and controls

19 lines (15 loc) · 463 Bytes
CurrentModule = MusicXML

MusicXML

Powerful MusicXML reading and writing package for Julia.

Installation and Usage

using Pkg
Pkg.add("MusicXML")
using MusicXML

Usage

Look into Parsing Example and Creating Example for examples of MusicXML's usage. Study Types and IO for more information.