Skip to content

white-gecko/musicxml2fmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MusicXML to Flipper Music Format

This script reads a (not compressed) MusicXML (Wikipedia) file and transforms it to the Flipper Music Format which can be executed on the Flipper Zero.

This allows to compose your music with graphical tools like MuseScore and play the music on the Flipper.

Installation

The basic usage is explained here: #1

Via PyPi

The package is on pypi. Just run:

pip install musicxml2fmf

From Source

To install the script from source you need poetry. With poetry run:

$ poetry install
…
$ poetry run musicxml2fmf --help

TODO

  • Tests
  • Changelog
  • Support for multiple parts: selection of a part to convert
  • get bpm based on the tempo given in musicxml
  • Don't write out the octave and duration if it is the same as the default