Git Product home page Git Product logo

vexml's Introduction

VeXML

MusicXML display using VexFlow

About

VeXML represents MusicXML in JavaScript and will eventually allow VexFlow to engrave music using MusicXML input.

Using

Add "vexml" as a subfolder of vexflow. The tests in "runtest.html" will work.

Classes

This the hierarchy of classes VeXML uses to represent MusicXML.

  • Document

    The highest-level class, which represents a complete MusicXML document.

  • StaffSystem

    Draws a system (the group of staves from each part), laying out VexFlow Staves and drawing a bracket.

  • Part

    An entire MusicXML part, which can contain multiple staffs (e.g. keyboard), and/or voices.

  • Measure

    One measure in one part. The notes may span multiple PartStaffs and/or Voices. By accessing one Measure of a PartStaff or Voice, a new Measure is dynamically created containing only the notes in that PartStaff or Voice.

  • PartStaff

    One staff in a part. MusicXML allows voices to use multiple staffs, but this may not currently be possible with VexFlow. A staff element does not exist in MusicXML; this object represents all notes in a part or measure with the same "staff" attribute.

  • Voice

    One voice in a part. A voice element does not exist in MusicXML; this object represents all notes in a part, staff, or measure with the same "voice" attribute.

  • Note/Chord

    A Note represents a single note element, and a Chord represents a group of note elements which are a single chord.

vexml's People

Contributors

ringw avatar

Watchers

James Cloos avatar Changyu Geng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.