Skip to content

Tool to encode note information in MusicXML file to Hex,Binary,Decimal,Octal,etc.

License

Notifications You must be signed in to change notification settings

adct-the-experimenter/MusicXML-to-Hex

Repository files navigation

MusicXML-to-Hex

Currently this program only provides a decimal number which can be converted to hex,binary,octal,etc.

-Current Limitations:

-Currently only decimal numbers displayed in console as output. Will put output in text file later along with hex, octal, binary versions.

-Staff information, sharps, flats not encoded yet.

-Note Information Encoded:

  • Note Type(Rest or Note with pitch)

  • Duration dependent on time signature, 1-8 beats

  • Time Signature 1/4, 2/4, 3/4, 4/4, 3/8, 6/8, 9/8, 12/8

  • Note Pitch (5 octaves)

  • Recommended: Only compose with an instrument that has only 1 staff. Staff info is not encoded.

-Required software and Libraries

-Xerces-C++ library

-Recommended any software that exports MusicXML files e.g MuseScore, Finale, Logic Pro, etc.

-How to Install

  1. cd directory-where-cloned-git-repository
  2. make

-How to use

$ ./musicxml-parse Test.xml

-Help

Music XML Guide:https://wpmedia.musicxml.com/wp-content/uploads/2012/12/musicxml-tutorial.pdf Binary,Decimal,Hex,Octal Converter:http://coderstoolbox.net/number/

About

Tool to encode note information in MusicXML file to Hex,Binary,Decimal,Octal,etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published