Welcome to the Coypu wiki! For the full documentation, visit the Coypu Documentation Site.
Coypu is a Pharo package designed for programming music on-the-fly. It serves as a client that can connect to various audio engines, including SuperDirt/SuperCollider, Kyma, PureData, and Phausto, as well as external MIDI sound generators. Coypu is crafted to be user-friendly and easily extensible.
To have Coypu working in your Pharo image, you have two options:
Download Pharo Launcher, then:

Load Coypu into any Pharo 11–13 image using a Playground:
Metacello new
baseline: 'Coypu';
repository: 'github://lucretiomsp/coypu:master';
load