[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] controll supercollider sound engine from python



Hi

I thought this might be of interest to some of you who need powerful sound engines.

SC package for Python :
Easily control the crossplatform SuperCollider sound server from Python.
http://en.wikipedia.org/wiki/SuperCollider
http://supercollider.sourceforge.net/

SC allows to easily control Supercollider sound server (scsynth) from
Python. It wraps scsynth / scosc libraries by Patrick Stinson
(http://trac2.assembla.com/pkaudio). SC provides with a simpler API  to
use those libraries.

Using SC, Supercollider Synthdefs can be loaded into the scsynth server
therefore can be totally controlled from python.
New synthdefs can be instantiated in real time and its sound conections
can be changed.

Download it from :
- source, docs and examples
http://www.ixi-software.net/content/download/sc/sc-0.1.zip
- windows package installer
http://www.ixi-software.net/content/download/sc/sc-0.1.win32.exe

It has not dependencies apart from Supercollider scsynth itself, I tested it on XP, OSX 10.4 and Linux Ubuntu and Debian. Final license is GLP (and not LGPL) because patrick stinson's libraries are GPL

enrike