Renoise python library and utilities
Go to file
Olivier Jolly 7902290b4d Support setting template on command line 2016-01-27 23:52:19 +01:00
.idea Add idea IDE support files 2016-01-26 11:54:32 +01:00
rnsutils Support setting template on command line 2016-01-27 23:52:19 +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
MANIFEST.in Package license, pylintrc and template data 2016-01-26 12:03:28 +01:00
README.rst Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
pylintrc Package license, pylintrc and template data 2016-01-26 12:03:28 +01:00
setup.cfg Add typical support file for a typical python project 2016-01-25 23:44:23 +01:00
setup.py Package license, pylintrc and template data 2016-01-26 12:03:28 +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