Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 519 Bytes

xen-calc

A general purpose calculator/converter for microtonal/xenharmonic music, built using my microtonal-utils javascript library. Try it out live at yacavone.net/xen-calc.

To get this website working locally (assuming git, curl, and npm are installed), run:

$ git clone https://github.com/m-yac/xen-calc.git
$ cd xen-calc
$ git submodule update --init
$ sh build.sh

then open dist/index.html in a web browser.