Surge synthesizer through Python, dockerized
2.3K
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
Content type
Image
Digest
sha256:13a65d712…
Size
2.9 GB
Last updated
about 2 years ago
docker pull turian/surge-python