SuperCollider Grids

June 9, 2021 ยท View on GitHub

SuperCollider port of the Eurorack module Grids by Mutable Instruments. This port was made possible because the source code for Grids is open source.

I wrote a blog post on my website on how one can understand C++ code from a eurorack module and port its logic to SuperCollider.

Installation

You can easily install this Quark by executing

Quarks.install("https://github.com/capital-G/sc-grids");

in sclang and recompile the class library (Shift Command L).

Documentation

For documentation please check out the provided help files via ScIDE. Type in ScGrids and hit Command D while hovering with the cursor over ScGrids - this will show you the help files.

GUI

To somehow mimic the haptic feedback of this module there is a GUI implementation which controls multiple TDefs.

Screenshot of GUI

For the source code of this take a look at the grids_gui.scd.