Skip to content

sequoiar/Neon.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon.js

Neume Editor ONline.

Neon.js is a browser-based music notation editor written in JavaScript. The editor can be used to manipulate digitally encoded early musical scores in square-note notation.

You can see a demo of Neon.js in action at http://ddmal.music.mcgill.ca/neondemo

Requirements

Running the server

cp conf.py{.dist,}
# edit conf.py and set MEI_DIRECTORY somewhere writable
python server.py [port]

Visit the app at http://localhost:8080

Development

Documentation is provided by jsdoc-toolkit: http://code.google.com/p/jsdoc-toolkit/

Build docs with (java required)

make doc

Tests

We're using qunit for tests. Load test/neontest.html in a browser to run them

To run server tests, install python-nose and run nosetests

About

JavaScript Neume Editor ONline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published