Skip to content

Python client interface to the SuperCollider sound synthesis server

Notifications You must be signed in to change notification settings

gregsabo/pythoncollider

Repository files navigation

PythonCollider is a Python client interface for the SuperCollider sound synthesis server.

Example:
########

from pythoncollider import ugen

oscA = ugen.SinOsc(freq=3, mul=200)
oscB = ugen.SinOsc(freq=(oscA + 400))
oscB.play_now()

while 1: pass

########

To use PythonCollider you'll need to have the SuperCollider application installed. It is freely available at:
https://supercollider.sourceforge.net/

About

Python client interface to the SuperCollider sound synthesis server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published