Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 715 Bytes

File metadata and controls

18 lines (11 loc) · 715 Bytes

alea

A Quark which extends SuperCollider's Pattern library.

Patterns for aleatory composition

This Quark provides a collection of Pattern classes designed for aleatory composition, aiming for the sweet spot between randomness and control.

So far, the following Patterns are included:

  • Pshunc - shuffle and truncate a list of items
  • Pmarkov - a first order Markov chain
  • Pxsum - create sequences of values that sum to a target value

Installation

With Git and SuperCollider installed, run the following line of code in SuperCollider: Quarks.install("https://github.com/aeskildsen/alea")