All Projects → Calysto → chuck

Calysto / chuck

Licence: AGPL-3.0 license
Python wrapper for music generation using ChucK

Programming Languages

python
139335 projects - #7 most used programming language
ChucK
15 projects

chuck

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.

Install

pip install chuck -U

Download

You need a chuck server for your OS.

You can download chuck from: http://chuck.stanford.edu/release/

Running

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.

References

This work is based on initial code by Ananya Misra.

Related Papers:

especially:

https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ZCf3h5UAAAAJ&citation_for_view=ZCf3h5UAAAAJ:W7OEmFMy1HYC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].