scamp_extensions.playback.supercollider package
Subpackage containing tools for interfacing with SuperCollider. These tools are enabled by calling
add_sc_extensions()
, which adds several functions to SCAMP’s
Ensemble
and Session
classes. NB: All of this functionality
assumes that you have SuperCollider installed in such a way that it can be run from the command line
(via the command “sclang”).
Modules:
Module containing functionality for starting up and communicating with an instance of sclang. |
|
|
Module containing the |
Public-Facing API (result of import *):
Object that starts up an instance of sclang as a subprocess, and facilitates communication with that subprocess via OSC. |
|
|
A subclass of |
Adds several new functions to the |