This is a simple package to help musicians to general functions.


Keywords
python, CAC, OpenMusic
License
Other
Install
pip install om-py==0.0.19

Documentation

OM-py

License: GPL v3 PyPI - Downloads Supported Platforms

pip install om-py

With this package I aim to translate to Python some of the functions of OpenMusic.

Functions implemented

om_scale, f2mc.

Observations

  • In Python, we can not use -> in the functions name, so I changed -> to 2. Then f->mc become f2mc.
  • In Python, we can not use - in the functions name, so I changed - to _. Then om-scale become om_scale.