All Projects → DDMAL → Neon

DDMAL / Neon

Licence: MIT license
A web-based MEI neume editor.

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Neon

mei-tools-atom
Package for the Atom text editor that provides on-the-fly music notation rendering for MEI with Verovio
Stars: ✭ 17 (-5.56%)
Mutual labels:  mei, verovio
encoding-tools
Tools for working with or transforming MEI Encodings
Stars: ✭ 34 (+88.89%)
Mutual labels:  mei
verovio-humdrum-viewer
Verovio Humdrum Viewer
Stars: ✭ 26 (+44.44%)
Mutual labels:  verovio
omrmarkengine
This project is designed to allow easy creation of OMR (Optical Mark Recognition) templates and provides a bulk scanner which can be used for processing large amounts of images from a tray fed scanner.
Stars: ✭ 49 (+172.22%)
Mutual labels:  omr
OMR-Scanner
This project uses open cv to evaluate OMR sheets. We are trying to make this system as reliable as possible.
Stars: ✭ 36 (+100%)
Mutual labels:  omr
OMRChecker
An Android app to scan OMR Sheet http://letssolvetogether.in
Stars: ✭ 22 (+22.22%)
Mutual labels:  omr
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (+111.11%)
Mutual labels:  omr
omr-research.github.io
The definitive bibliography for research on Optical Music Recognition
Stars: ✭ 21 (+16.67%)
Mutual labels:  omr

Neon v6.0.0

Build_Status License: MIT dependencies Status devDependencies Status

Neume Editor ONline.

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

Neon is a re-write of Neon.JS using a modified version of Verovio to render MEI-Neume files according to the MEI 5.0.0-dev specifications.

Neon for Artists

Neon has two main modes: viewer and editor. To learn how to use both, read the instructions on our wiki.

Neon for Developers

To Run Neon locally

Requirements

  • yarn:
    • brew install yarn on Mac

Setup

  1. Install the dependencies using yarn:
yarn install
  1. Build webpack:
yarn build
  1. Start the server:
yarn start
  1. Access the page at: http://localhost:8080.

For more information, read the instructions on our wiki.

Testing

We use Cypress for E2E testing.

Run the command yarn test. Read more about testing on our wiki.

Verovio

Verovio is present as an npm package under verovio-util/verovio-dev with the name verovio-dev. Its contents come from the emscripten/npm-dev folder in a Verovio project folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].