Skip to content

A Julia package for converting between music data and model specific inputs.

License

Notifications You must be signed in to change notification settings

VasanthManiVasi/NoteSequences.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteSequences

A NoteSequence is an abstract representation of a musical sequence with a variety of utilities. It can be converted to other representations of music such as the Melody or Performance representation, and can be further converted to representations useful for model training like one-hot indices.

Installation

To install this package, do

]add https://github.com/VasanthManiVasi/NoteSequences.jl

or

using Pkg
Pkg.add("https://github.com/VasanthManiVasi/NoteSequences.jl")

Usage

See MusicTransformer.jl and PerformanceRNN.jl.

About

A Julia package for converting between music data and model specific inputs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages