Music creation library in Python built on ChucK
See examples in examples folder, and documentation in https://github.com/Calysto/chuck/blob/master/docs/API.md
Currently requires that modern chuck server (e.g., 1.3.5.2) be installed and running.
pip install chuck -U
You need a chuck server for your OS.
You can download chuck from: http://chuck.stanford.edu/release/
Example command to start server:
chuck.alsa --verbose:9 --port:9000 chuck/osc/oscrecv.ck
In another terminal, you can then run any of the example Python scripts.
This work is based on initial code by Ananya Misra.
Related Papers:
especially: