turian / surge-python-docker

Docker image for running Surge synthesizer through Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surge-python-docker

Surge synthesizer through Python, dockerized.

docker pull turian/surge-python
# Or, build the docker yourself
#docker build -t turian/surge-python .
docker run --rm --mount source=`pwd`/output,target=/home/surge/output,type=bind -it turian/surge-python bash

Within docker:

# Check quickly that you have surgepy working
./example.py
# Generate all patches with all notes in the MIDI range of a grand
# piano writing ogg files to output/
./run.py

About

Docker image for running Surge synthesizer through Python

License:Apache License 2.0


Languages

Language:Dockerfile 53.1%Language:Python 46.9%