white-gecko / musicxml2fmf

Convert MusicXML to Flipper Music Format

Home Page:https://pypi.org/project/musicxml2fmf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert MusicXML to Flipper Music Format

https://pypi.org/project/musicxml2fmf/


Languages

Language:Python 100.0%