Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 529 Bytes

Disclaimer: The software was a quickly written prototype and is not up-to-date.

melodyalignment

I use it to find the optimum local alignment for two melodies (melody-strings). You can use it to compare two sequences of any format.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.