solar-flares

Sound design and performance tools for SunVox


License
MIT
Install
pip install solar-flares==0.1.1

Documentation

Solar Flares

build status Documentation Status

Part of the Metrasynth project.

Purpose

Sound design and performance tools for SunVox.

Requirements

  • Python 3.5

Quick start

Solar Flares is not yet published to PyPI, so please install using git for the time being. Here's an example using Linux/macOS:

$ pip install flit
$ git clone https://github.com/metrasynth/solar-flares
$ git clone https://github.com/metrasynth/radiant-voices
$ git clone https://github.com/metrasynth/sunvox-dll-python
$ cd radiant-voices; flit install --symlink; cd ..
$ cd sunvox-dll-python; flit install --symlink; cd ..
$ cd solar-flares; flit install --symlink; cd ..