sforkowany z mirror/rnsutils
|
|
||
|---|---|---|
| .idea | ||
| rnsutils | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.rst | ||
| pylintrc.txt | ||
| setup.cfg | ||
| setup.py | ||
README.rst
RnsUtils
========
RnsUtils is Renoise related library and companion utility.
It is meant for developers aiming to use generate renoise
file or renoise users wanting to convert soundfont 2 to
renoise instruments
Installation
------------
RnsUtils is installable from PyPI with a single pip command::
pip install rnsutils
Alternatively, RnsUtils can be run directly from sources after a git pull::
git clone https://gitlab.com/zeograd/rnsutils.git
cd rnsutils && python setup.py install
sf2toXrni
---------
Describe *sf2toxrni* here
Library use
-----------
Describe library usage