Skip to content

simonrycroft/muzyka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muzyka

A music theory Javascript library

Build Status Stories in Ready

Project Status

This is proof of concept stuff, not to be used for anything, by anyone, ever.

Example Usage

import Muzyka from './path/to/src/muzyka';
let muzyka = new Muzyka();

// Create note objects
var c4 = muzyka.createNote('c4');

Running Tests

// Run tests once
gulp test

// Run tests every time a file changes
gulp watch-test

About

A music theory Javascript library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published