ScGrids:
Filter:
sc-grids/Classes (extension) | Collections | Pattern

ScGrids
ExtensionExtension

Topographic drum pattern sequencer

Description

SuperCollider port of drum sequencer Eurorack module Grids by Mutable Instruments used in form of a Pattern via Pbind.

If you want to use it in a Pbind check out the the pattern implementation Pgrids and PgridsValue.

A GUI which mimics the handling of the original module can be found in the examples.

For more information check the manual of the module https://mutable-instruments.net/modules/grids/manual/

Class Methods

.calculateLevel

Calculates a level for an instrument according to the parameters of the algorithm.

Arguments:

instrument

One of 'kick', 'hihat' or 'snare'.

curBeat

The current position in the beat between [0, 31].

x

x position on the drum map - between [0, 1]

y

y position on the drum map - between [0, 1]

bias

adds an offset to the signal and mimics therefore the chaos parameter of the original module.

Returns:

Level between [0, 1] of instrument at beat.

Examples

Example of multiple Tdefs mapped to the sequences of ScGrids which parame are controlable via a GUI.