The Patchbay_

Supriya

Python API for the SuperCollider synthesis server: build synths, patterns and score audio.

LanguagePython
CategorySynthesis & DSP
LicenseMIT
PlatformsmacOS Windows Linux
Installpip install supriya
First released~2014
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Driving SuperCollider synthesis and sequencing from Python, including offline rendering.

Minimal example

import supriya
server = supriya.Server().boot()
server.add_synth(supriya.default, frequency=440)

Alternatives to Supriya

pyopydubCsoundPure Data

← Back to all tools