Renoise python library and utilities
Go to file
Olivier Jolly ef86b11c78 Add support for python2.6+ 2016-01-26 10:03:30 +01:00
rnsutils Add support for python2.6+ 2016-01-26 10:03:30 +01:00
.gitignore Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
LICENSE.txt Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
README.rst Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
pylintrc.txt Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
setup.cfg Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
setup.py Add typical support file for a typical python project 2016-01-25 23:44:23 +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