A music theory Javascript library
This is proof of concept stuff, not to be used for anything, by anyone, ever.
import Muzyka from './path/to/src/muzyka';
let muzyka = new Muzyka();
// Create note objects
var c4 = muzyka.createNote('c4');
// Run tests once
gulp test
// Run tests every time a file changes
gulp watch-test