Skip to main content

Interact with the SuperCollider audio synthesis engine

Project description

Python client for SuperCollider

A lightweight Python module to control the SuperCollider audio synthesis engine.

Installation

The liblo library is required for the underlying OSC communications.

brew install liblo # macOS
apt-get install liblo7 # Linux

Install the Python package:

pip3 install supercollider

Usage

from supercollider import Server, Synth

server = Server()

synth = Synth(server, "sine", { "freq" : 440.0, "gain" : -12.0 })
synth.set("freq", 880.0)

See also

If you want a more fully-fledged approach that lets you construct and compile SynthDefs from Python, you'd be better with Supriya.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supercollider-0.0.2.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file supercollider-0.0.2.tar.gz.

File metadata

  • Download URL: supercollider-0.0.2.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.8

File hashes

Hashes for supercollider-0.0.2.tar.gz
Algorithm Hash digest
SHA256 a781873c03381b3dcec18da50e6b87b5482e0396b0377f17c2ad36c90f35e31e
MD5 3bc681acadffa506e7ee24d4938e4aa0
BLAKE2b-256 dc7c8d344d70f6acbced742ad97f89f7f791030ccd99a73d4b4e7658d1013df4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page