Skip to content

turian/surge-python-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
docker buildx create --name mybuilder --use
docker buildx inspect --bootstrap
docker buildx ls


docker buildx build --platform linux/arm64,linux/amd64 -t turian/surge-python:latest --push .

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published