Pmini:
Filter:
Pmini/Classes (extension) | Pattern classes

Pmini
ExtensionExtension

A pseudo pattern enabling Tidal Cycles mini-notation in SuperCollider

Description

Takes a mini-notation string as input. Returns a pattern that can be used in a Pbind. The pattern returns 5 values:

In a Pbind, you use an array to receive the 5 values, and then you can use the values further in the Pbind to calculate things with (using Pfunc or Pkey).

Class Methods

.new

The new method needs a mini-notation string as argument.

Returns:

a pattern that will return 5 values for every step.

Examples