sforkowany z mirror/rnsutils
1
0
Forkuj 0
Renoise python library and utilities
Go to file
Olivier Jolly 0f210a9951 Add missing runtime dependency on lxml 2016-01-26 10:53:46 +01:00
rnsutils Add support for python2.6+ 2016-01-26 10:03:30 +01:00
.gitignore
LICENSE.txt
README.rst
pylintrc.txt
setup.cfg
setup.py Add missing runtime dependency on lxml 2016-01-26 10:53:46 +01:00

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