SuperCollider

SuperCollider is a platform for audio synthesis and algorithmic composition, used by musicians, artists, and researchers working with sound.

I mostly use SuperCollider on the norns.

Extracting common functionality from SynthDef using wrap

The SynthDef.wrap method makes it possible to extract common functionality out of SynthDefs and share it. I used it in this commit to share an envelope definition between two synthdefs.

Links to this note