Skip to content

tundish/volcasample

 
 

Repository files navigation

Volcasample

This is a Python wrapping of the Korg Volca Sample library.

Caution!

You risk data loss.

This software will delete the factory defaults from your Volca Sample.

Please make sure you know how to restore the Volca Factory Sample set before you run the program.

Features

  • Wraps the public interface of the Korg Volca Library so you can call it from your Python code.
  • Creates and maintains project spaces so you can store and rate your samples.
  • Provides a neat command line interface (CLI) for writing a set of samples to your Volca.

Installation

The installation process builds the Korg source code which is included in this package. Therefore the gcc build tools must be present.

Installation has been tested on Ubuntu 16.04 and MacOSX 10.11.

  1. Create a virtual environment for volcasample:

    $ python3 -m venv ~/py3-vs
    
  2. Install the latest version in full with pip:

    $ ~/py3-vs/bin/pip install volcasample[audio]
    

About

A fork of the Volca Sample SDK. Adds a Python wrapper and CLI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.0%
  • Python 44.1%
  • Shell 3.5%
  • Makefile 1.3%
  • Batchfile 0.1%